diff --git a/docker-compose.yml b/docker-compose.yml index da0728a..b4df96e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: