first commit

This commit is contained in:
julien
2025-01-14 18:03:28 +01:00
commit eef986d77d
122 changed files with 2464 additions and 0 deletions

12
compose.prod.yml Normal file
View File

@@ -0,0 +1,12 @@
services:
postgres:
env_file:
- django/src/prod.env
- /srv/dwalin/passwords/taal-academiearreebzh.pass
django:
env_file:
- django/src/prod.env
- /srv/dwalin/passwords/taal-academiearreebzh.pass
nginx:
ports:
- "127.0.0.1:8001:8001"