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
- VIRTUAL_PORT=80
- TZ=Europe/Bucharest
- API_BASE_URL=https://tms.northdanubesoft.eu/api
networks:
- reverse-proxy
volumes:
@@ -24,3 +25,4 @@ networks:
volumes:
tms_sqlite: