chore: add network
This commit is contained in:
parent
40406e9787
commit
2dbed09385
@ -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
|
Loading…
Reference in New Issue
Block a user