fix: use traefik-public network name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user