refactor: separate templating for j2 and normal files

This commit is contained in:
2024-10-30 18:11:26 -07:00
parent dd0330c85a
commit fc6e485a61
2 changed files with 13 additions and 5 deletions

View File

@@ -0,0 +1,4 @@
DATABASE_URL=postgres://nextcloud:{{ nextcloud_db_password }}@db/nextcloud
DATABASE_PREFIX=oc_
REDIS_URL=redis://:{{ redis_password }}@redis
NEXTCLOUD_URL=http://localhost