Add port for traefik

This commit is contained in:
2026-01-04 15:18:31 +01:00
parent d288ff651a
commit f956bed081

View File

@@ -23,6 +23,7 @@ services:
- traefik.http.routers.booklore.rule=Host(`booklore.marijndoeve.nl`) - traefik.http.routers.booklore.rule=Host(`booklore.marijndoeve.nl`)
- traefik.http.routers.booklore.entrypoints=websecure - traefik.http.routers.booklore.entrypoints=websecure
- traefik.http.routers.booklore.tls.certresolver=marijndoeve - traefik.http.routers.booklore.tls.certresolver=marijndoeve
- traefik.http.services.booklore.loadbalancer.server.port=6060
networks: networks:
- internal - internal
- web - web