Update docker-compose.yml
This commit is contained in:
@@ -35,7 +35,6 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.nextjs-app.rule=Host(`dash.embermarket.app`) || PathPrefix(`/`)"
|
||||
- "traefik.http.services.nextjs-app.loadbalancer.server.port=3000"
|
||||
- "traefik.http.routers.nextjs-app.middlewares=ip-whitelist@file" # Apply the IP whitelist middleware
|
||||
- "traefik.http.routers.nextjs-app.entrypoints=websecure"
|
||||
networks:
|
||||
- web
|
||||
|
||||
Reference in New Issue
Block a user