Files
gatehouse-ui/docker-compose.yml
T
2026-05-28 06:09:37 +00:00

19 lines
351 B
YAML

services:
ui:
build:
context: .
args:
- VITE_API_BASE_URL=${VITE_API_BASE_URL}
container_name: gatehouse-ui
env_file:
- .env
ports:
- "8080:8080"
restart: unless-stopped
stop_grace_period: 10s
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"