Skip to content

Commit

Permalink
Merge pull request #850 from City-of-Helsinki/update-configuration
Browse files Browse the repository at this point in the history
Automatic update
  • Loading branch information
juho-lehmonen authored Jun 13, 2024
2 parents 3a61136 + 7283b0d commit d6494cd
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 117 deletions.
2 changes: 1 addition & 1 deletion .platform/schema
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
7
10 changes: 5 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,17 @@ services:
- internal
labels:
- "traefik.enable=true"
- "traefik.http.routers.nginx.entrypoints=https"
- "traefik.http.routers.nginx.rule=Host(`elastic-proxy-${DRUPAL_HOSTNAME}`)"
- "traefik.http.services.nginx.loadbalancer.server.port=8080"
- "traefik.http.routers.nginx.tls=true"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-elastic-proxy.entrypoints=https"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-elastic-proxy.rule=Host(`elastic-proxy-${DRUPAL_HOSTNAME}`)"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-elastic-proxy.tls=true"
- "traefik.http.services.${COMPOSE_PROJECT_NAME}-elastic-proxy.loadbalancer.server.port=8080"
- "traefik.docker.network=stonehenge-network"
- "traefik.http.middlewares.cors-header.headers.accesscontrolallowmethods=GET,OPTIONS,POST"
- "traefik.http.middlewares.cors-header.headers.accesscontrolallowheaders=*"
- "traefik.http.middlewares.cors-header.headers.accesscontrolalloworiginlist=*"
- "traefik.http.middlewares.cors-header.headers.accesscontrolmaxage=100"
- "traefik.http.middlewares.cors-header.headers.addvaryheader=true"
- "traefik.http.routers.nginx.middlewares=cors-header"
- "traefik.http.routers.${COMPOSE_PROJECT_NAME}-elastic-proxy.middlewares=cors-header"
depends_on:
- elastic
profiles:
Expand Down
Loading

0 comments on commit d6494cd

Please sign in to comment.