dj-embe/docker-compose.yml
Yanis Rigaudeau 857812a58c
Some checks failed
continuous-integration/drone/push Build is failing
add test stage
2023-09-22 00:51:34 +02:00

18 lines
281 B
YAML

version: "3.9"
services:
dj-embe:
container_name: dj-embe
networks:
- apps
build:
context: .
target: run
volumes:
- /tmp/dj-embe/config.toml:/app/config.toml:ro
- /tmp/dj-embe/download:/download:rw
networks:
apps:
name: apps