Commit d9ac24fb authored by Sebastián Ramírez's avatar Sebastián Ramírez

Fix incorrect env vars for Traefik deployment

parent 589475be
......@@ -136,7 +136,7 @@ services:
- traefik.redirectorservice.frontend.redirect.entryPoint=https
# Traefik service that listens to HTTPS
- traefik.webservice.frontend.entryPoints=https
- traefik.frontend.auth.basic.users=${ADMIN_PASSWORD}:${HASHED_PASSWORD}
- traefik.frontend.auth.basic.users=${ADMIN_USER}:${HASHED_PASSWORD}
networks:
- default
- net
......@@ -162,7 +162,7 @@ services:
- traefik.redirectorservice.frontend.redirect.entryPoint=https
# Traefik service that listens to HTTPS
- traefik.webservice.frontend.entryPoints=https
- traefik.frontend.auth.basic.users=${ADMIN_PASSWORD}:${HASHED_PASSWORD}
- traefik.frontend.auth.basic.users=${ADMIN_USER}:${HASHED_PASSWORD}
networks:
- default
- net
......@@ -230,7 +230,7 @@ services:
- traefik.redirectorservice.frontend.redirect.entryPoint=https
# Traefik service that listens to HTTPS
- traefik.webservice.frontend.entryPoints=https
- traefik.frontend.auth.basic.users=${ADMIN_PASSWORD}:${HASHED_PASSWORD}
- traefik.frontend.auth.basic.users=${ADMIN_USER}:${HASHED_PASSWORD}
networks:
- default
- net
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment