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

14 lines
296 B
YAML
Raw Permalink Normal View History

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