mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
13 lines
185 B
YAML
13 lines
185 B
YAML
|
version: "3"
|
||
|
services:
|
||
|
web:
|
||
|
image: mozilla/send
|
||
|
links:
|
||
|
- redis
|
||
|
ports:
|
||
|
- "1443:1443"
|
||
|
environment:
|
||
|
- REDIS_HOST=redis
|
||
|
redis:
|
||
|
image: redis:alpine
|