add roles build WIP

This commit is contained in:
2022-10-15 22:06:06 +02:00
parent 44dce58617
commit db8491f577
13 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
POSTGRES_PASSWORD={{ postgres_password }}
POSTGRES_USER={{ postgres_user }}
POSTGRES_DB={{ postgres_db }}
POSTGRES_URL={{ postgres_url }}
POSTGRES_PORT={{ postgres_port }}
REDIS_URL={{ redis_url }}
REDIS_PORT={{ redis_port }}