version: '3.8' # Tatlock UI - Home Lab Dashboard (Flutter Web) # Port: 9999 (HTTP) # GPU: No # External: home.schweitz.net # Storage: None (stateless static web app) # # Container image built from: git.schweitz.internal/jpmschweitzer/tatlock-ui # See CONTAINERS.md for port allocation reference services: tatlock-ui: image: git.schweitz.internal/jpmschweitzer/tatlock-ui:latest container_name: tatlock-ui restart: unless-stopped ports: - "9999:80" networks: - docker-dataplane labels: - "com.centurylinklabs.watchtower.enable=true" healthcheck: test: ["CMD-SHELL", "wget -q --spider http://localhost:80/ || exit 1"] interval: 30s timeout: 10s retries: 3 start_period: 10s deploy: resources: limits: memory: 128M reservations: memory: 32M networks: docker-dataplane: external: true name: docker-dataplane # Access: # - Internal: http://tower-of-joy:9999 # - Mesh VPN: http://10.99.0.1:9999 # - External: https://home.schweitz.net