Skip to content

Commit

Permalink
Update to secure dev tools
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveOff committed Sep 10, 2023
1 parent 998db50 commit 8a7637f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.rezal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.adminer.rule=Host(`toolkit.efreicraft.fr`) && Path(`/studio`)"
- "traefik.http.routers.traefik.middlewares=authentik@docker"
- "traefik.http.routers.adminer.entrypoints=websecure"
- "traefik.http.services.adminer.loadbalancer.server.port=5555"

Expand All @@ -148,6 +149,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.commander.rule=Host(`toolkit.efreicraft.fr`) && PathPrefix(`/commander`)"
- "traefik.http.routers.traefik.middlewares=authentik@docker"
- "traefik.http.routers.commander.entrypoints=websecure"
- "traefik.http.services.commander.loadbalancer.server.port=8081"

Expand Down

0 comments on commit 8a7637f

Please sign in to comment.