mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-23 17:04:27 +01:00
fix traefik middleware labels
This commit is contained in:
@@ -28,12 +28,10 @@ services:
|
||||
# - traefik.http.routers.forte.rule=Host(`forte.example.com`)
|
||||
# - traefik.http.services.forte.loadbalancer.server.port=3000
|
||||
# - traefik.docker.network=proxy
|
||||
# # Part for optional traefik middlewares
|
||||
# - traefik.http.routers.forte.middlewares=local-ipwhitelist@file
|
||||
# - traefik.http.middlewares.cors.headers.customResponseHeaders.Access-Control-Allow-Origin=https://forte.buzl.uk
|
||||
# - traefik.http.middlewares.cors.headers.customFrameOptionsValue=forte.buzl.uk
|
||||
# - traefik.http.middlewares.cors.headers.customResponseHeaders.Cross-Origin-Resource-Policy=cross-origin
|
||||
# - traefik.http.routers.forte.middlewares=cors
|
||||
# - traefik.http.routers.forte.middlewares=cors,local-ipwhitelist@file
|
||||
|
||||
postgres:
|
||||
image: kaangiray26/postgres:2.0
|
||||
|
||||
Reference in New Issue
Block a user