Files

19 lines
358 B
YAML
Raw Permalink Normal View History

services:
ui:
2026-04-05 14:28:58 +00:00
build:
context: .
args:
- VITE_API_BASE_URL=https://secuird.tech/api/v1
container_name: gatehouse-ui
2026-04-05 14:28:58 +00:00
env_file:
- .env
ports:
- "8080:8080"
restart: unless-stopped
stop_grace_period: 10s
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"