Skip to content

Commit 7a3b3eb

Browse files
committed
feat(docker): add whoami service to docker-compose.yml
1 parent 3050764 commit 7a3b3eb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@ services:
1515
volumes:
1616
# So that Traefik can listen to the Docker events
1717
- /var/run/docker.sock:/var/run/docker.sock
18+
19+
whoami:
20+
image: traefik/whoami
21+
container_name: whoami
22+
labels:
23+
- "traefik.enable=true"
24+
- "traefik.http.routers.whoami.rule=Host(`whoami.saas-boilerplate.fr`)"

0 commit comments

Comments
 (0)