Added docker-compose.yml
This commit is contained in:
+6
-3
@@ -1,11 +1,14 @@
|
||||
services:
|
||||
ui:
|
||||
build: .
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
- VITE_API_BASE_URL=https://secuird.tech/api/v1
|
||||
container_name: gatehouse-ui
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
- VITE_API_BASE_URL=${VITE_API_BASE_URL:-http://localhost:5000/api/v1}
|
||||
restart: unless-stopped
|
||||
stop_grace_period: 10s
|
||||
logging:
|
||||
|
||||
Reference in New Issue
Block a user