docker-compose server postgresql et redis

This commit is contained in:
2022-10-05 23:32:32 +02:00
parent 69a9be3a02
commit eff7622918
5 changed files with 72 additions and 9 deletions

3
server/templates/env.j2 Normal file
View File

@@ -0,0 +1,3 @@
POSTGRES_PASSWORD={{ postgres_password }}
POSTGRES_USER={{ postgres_user }}
POSTGRES_DB={{ postgres_db }}