taal-academie.arree.bzh/compose.local.yml

14 lines
310 B
YAML
Raw Normal View History

2025-01-14 18:03:28 +01:00
services:
postgres:
env_file:
- django/src/local.env
- /srv/dwalin/passwords/taal-academiearreebzh.pass
django:
env_file:
- django/src/local.env
- /srv/dwalin/passwords/taal-academiearreebzh.pass
nginx:
ports:
- "127.0.0.1:8001:8001"
restart: unless-stopped