fix: use traefik-public network name

This commit is contained in:
Gwadaking
2026-04-01 17:55:38 -04:00
parent 7ecb71599d
commit 813b26ec1d

View File

@@ -12,14 +12,14 @@ services:
- redis
networks:
- internal
- traefik
- traefik-public
labels:
- "traefik.enable=true"
- "traefik.http.routers.sargasses.rule=Host(`radarsargasses971.com`)"
- "traefik.http.routers.sargasses.entrypoints=websecure"
- "traefik.http.routers.sargasses.tls.certresolver=letsencrypt"
- "traefik.http.services.sargasses.loadbalancer.server.port=80"
- "traefik.docker.network=traefik"
- "traefik.docker.network=traefik-public"
db:
image: postgis/postgis:16-3.4
@@ -47,6 +47,5 @@ volumes:
networks:
internal:
traefik:
traefik-public:
external: true
name: traefik # à ajuster si ton réseau Traefik a un nom différent