Files
hello-test/docker-compose.yml
2026-07-08 13:38:18 +02:00

14 lines
352 B
YAML

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