Files
gatehouse-ui/docker-compose.yml
SangNguyen 0bb38a2fb4
Push -> develop / Build Docker image (push) Successful in 12s
Push -> develop / Deploy (push) Successful in 3s
Push -> develop / Notify on result (push) Successful in 0s
ci: add deployment with security scanner (#1)
ci: add deployment

Co-authored-by: sangnn <sangnn.vng@gmail.com>
Co-committed-by: sangnn <sangnn.vng@gmail.com>
2026-06-23 02:31:23 +00:00

14 lines
280 B
YAML

services:
ui:
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"