services: psilo: build: . image: psilo-prod:latest container_name: psilo-prod restart: always networks: - traefik-public labels: - "traefik.enable=true" - "traefik.http.routers.psilo.rule=Host(`psilo-cyber.net`) || Host(`www.psilo-cyber.net`)" - "traefik.http.routers.psilo.entrypoints=web" - "traefik.http.services.psilo.loadbalancer.server.port=80" networks: traefik-public: external: true