chore: add network

This commit is contained in:
mathieu 2024-05-03 23:17:55 +02:00
parent 40406e9787
commit 2dbed09385

View File

@ -24,9 +24,14 @@ services:
#- './conf/acme.json:/acme.json'
labels:
- "traefik.enable=true"
whoami:
# A container that exposes an API to show its IP address
image: traefik/whoami
labels:
- "traefik.http.routers.whoami.rule=Host(`whoami.docker.localhost`)"
networks:
web:
external: true