We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6677b19 commit 90c0578Copy full SHA for 90c0578
1 file changed
docker-compose-traefik.yml
@@ -7,6 +7,15 @@ services:
7
restart: always
8
volumes:
9
- mongodb_data:/data/db
10
+ # mongoexpress:
11
+ # labels:
12
+ # - "traefik.enable=true"
13
+ # - "traefik.http.routers.mongoexpress.rule=Host(`express.localhost.openiap.io`)"
14
+ # - "traefik.http.routers.mongoexpress.entrypoints=web"
15
+ # - "traefik.http.services.mongoexpress.loadbalancer.server.port=8081"
16
+ # image: "mongo-express"
17
+ # environment:
18
+ # - ME_CONFIG_MONGODB_SERVER=mongodb
19
traefik:
20
image: "traefik"
21
container_name: "traefik"
0 commit comments