Skip to content

Commit

Permalink
Fix [Command] warden env start wardenenv#739, services.nginx.labels a…
Browse files Browse the repository at this point in the history
…rray items[2,7] must be unique
  • Loading branch information
gmiguelete committed Feb 2, 2024
1 parent 39d4729 commit b89d58e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions environments/includes/varnish.base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ services:
nginx:
labels:
- traefik.enable=false
- traefik.http.routers.${WARDEN_ENV_NAME}-nginx.priority=2
- traefik.docker.network=${WARDEN_ENV_NAME}_default

- traefik.http.routers.${WARDEN_ENV_NAME}-nginx.priority="2"
- traefik.docker.network="${WARDEN_ENV_NAME}_default"
varnish:
hostname: "${WARDEN_ENV_NAME}-varnish"
image: ${WARDEN_IMAGE_REPOSITORY}/varnish:${VARNISH_VERSION:-6.0}
Expand Down

0 comments on commit b89d58e

Please sign in to comment.