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"