change loading of variables on django server and add server_url to env

This commit is contained in:
2024-09-11 13:05:07 +02:00
parent 853f314992
commit f5cf64f8a7
5 changed files with 39 additions and 33 deletions

View File

@ -39,6 +39,7 @@ services:
SECRET_42: ${SECRET_42}
ICLOUD_USER: ${ICLOUD_USER}
ICLOUD_PASS: ${ICLOUD_PASS}
SERVER_URL: ${SERVER_URL}
depends_on:
- postgresql
restart: always