Changed network #1

Merged
kovagoadi merged 25 commits from changed-network into main 2025-11-11 11:49:29 +01:00
Showing only changes of commit e622e01b46 - Show all commits

View File

@@ -27,6 +27,14 @@ services:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)" - "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
- "traefik.http.routers.whoami.entrypoints=web" - "traefik.http.routers.whoami.entrypoints=web"
test:
image: ghcr.io/kljensen/hello-world-http:latest
restart: unless-stopped
networks:
- proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.test.rule=Host(`test.docker.localhost`)"
- "traefik.http.routers.test.entrypoints=web"
networks: networks:
proxy: proxy: