Move config to .env
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- VITE_API_BASE_URL=https://secuird.tech/
|
- VITE_API_BASE_URL=${VITE_API_BASE_URL}
|
||||||
container_name: gatehouse-ui
|
container_name: gatehouse-ui
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user