services: internetforkids: image: gitea.agiliton.internal:3000/christian/internetforkids:latest container_name: internetforkids restart: unless-stopped ports: - "3006:80" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:80/health"] interval: 30s timeout: 5s retries: 3 start_period: 10s labels: - "com.centurylinklabs.watchtower.enable=true"