Skip to content

Commit 90c0578

Browse files
committed
Add express example
1 parent 6677b19 commit 90c0578

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docker-compose-traefik.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ services:
77
restart: always
88
volumes:
99
- 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
1019
traefik:
1120
image: "traefik"
1221
container_name: "traefik"

0 commit comments

Comments
 (0)