modified: docker-compose.yml
modified: traefik/dynamic.yml modified: traefik/traefik.yml
This commit is contained in:
+9
-1
@@ -19,6 +19,10 @@ services:
|
||||
- ${PROJECT_ROOT}/traefik/letsencrypt:/letsencrypt
|
||||
- ${PROJECT_ROOT}/traefik/traefik.yml:/etc/traefik/traefik.yml:ro
|
||||
- ${PROJECT_ROOT}/traefik/dynamic.yml:/etc/traefik/dynamic.yml:ro
|
||||
- ${PROJECT_ROOT}/traefik/certs:/etc/traefik/certs:ro
|
||||
healthcheck:
|
||||
test: traefik healthcheck --ping
|
||||
|
||||
networks:
|
||||
- proxy
|
||||
|
||||
@@ -45,7 +49,7 @@ services:
|
||||
- traefik.http.routers.kuma.entrypoints=websecure
|
||||
- traefik.http.routers.kuma.tls=true
|
||||
- traefik.http.routers.kuma.tls.certresolver=le
|
||||
|
||||
- traefik.http.routers.kuma.tls.options=mtls-private-admin@file
|
||||
# Service -> container port
|
||||
- traefik.http.services.kuma.loadbalancer.server.port=3001
|
||||
# - traefik.http.routers.kuma.middlewares=default-chain@file
|
||||
@@ -177,3 +181,7 @@ services:
|
||||
networks:
|
||||
proxy:
|
||||
name: proxy
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 172.21.0.0/16
|
||||
|
||||
Reference in New Issue
Block a user