Update docker-compose.yml

This commit is contained in:
2025-11-28 09:54:38 +00:00
parent 60f6ac4823
commit 1261e90fd7

View File

@@ -68,7 +68,7 @@ services:
- traefik.http.middlewares.gameovergne-slash.redirectregex.permanent=true - traefik.http.middlewares.gameovergne-slash.redirectregex.permanent=true
- traefik.http.middlewares.gameovergne-client-stripprefix.stripprefix.prefixes=/gameovergne - traefik.http.middlewares.gameovergne-client-stripprefix.stripprefix.prefixes=/gameovergne
# NOUVEAU : proxy Presta via /ps # Proxy Presta via /ps
- traefik.http.routers.gameovergne-ps.rule=Host(`dev.vincent-guillet.fr`) && PathPrefix(`/ps`) - traefik.http.routers.gameovergne-ps.rule=Host(`dev.vincent-guillet.fr`) && PathPrefix(`/ps`)
- traefik.http.routers.gameovergne-ps.entrypoints=edge - traefik.http.routers.gameovergne-ps.entrypoints=edge
- traefik.http.routers.gameovergne-ps.service=gameovergne-client - traefik.http.routers.gameovergne-ps.service=gameovergne-client