mirror of
https://github.com/Grace-Solutions/Depl0y-Custom.git
synced 2026-09-03 13:58:02 +00:00
feat(docker/frontend): make backend URL configurable via env
This commit is contained in:
@@ -19,6 +19,8 @@ services:
|
||||
logging:
|
||||
driver: 'local'
|
||||
#env_file: '.env'
|
||||
environment:
|
||||
BACKEND_BASEURL: '${BACKEND_BASEURL:-http://backend:8000}'
|
||||
networks:
|
||||
EXTERNAL:
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user