Files
gatehouse-ui/docker-compose.yml
T

14 lines
280 B
YAML
Raw Normal View History

services:
ui:
2026-06-23 01:54:29 +00:00
image: gatehouse-ui:${IMAGE_TAG:-latest}
container_name: gatehouse-ui
ports:
- "8080:8080"
restart: unless-stopped
stop_grace_period: 10s
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"