add api_base_url env variable

This commit is contained in:
2025-08-31 19:07:34 +03:00
parent 02cd7048dd
commit 1c7266a8fe

View File

@@ -13,6 +13,7 @@ services:
- LETSENCRYPT_HOST=tms.northdanubesoft.eu - LETSENCRYPT_HOST=tms.northdanubesoft.eu
- VIRTUAL_PORT=80 - VIRTUAL_PORT=80
- TZ=Europe/Bucharest - TZ=Europe/Bucharest
- API_BASE_URL=https://tms.northdanubesoft.eu/api
networks: networks:
- reverse-proxy - reverse-proxy
volumes: volumes:
@@ -23,4 +24,5 @@ networks:
external: true external: true
volumes: volumes:
tms_sqlite: tms_sqlite: