services: app: build: . networks: - agent-net labels: - "traefik.enable=true" - "traefik.http.routers.hellotest.rule=Host(`hello-test.aicds.ch`)" - "traefik.http.routers.hellotest.entrypoints=websecure" - "traefik.http.routers.hellotest.tls.certresolver=myresolver" networks: agent-net: external: true