mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-08 20:22:45 +01:00
13 lines
178 B
YAML
13 lines
178 B
YAML
version: "3"
|
|
services:
|
|
web:
|
|
build: .
|
|
links:
|
|
- redis
|
|
ports:
|
|
- "1443:1443"
|
|
environment:
|
|
- P2P_REDIS_HOST=redis
|
|
redis:
|
|
image: redis:alpine
|