Remove unnecessary environment variable

This commit is contained in:
Max Schmidt 2023-06-07 10:46:31 +02:00
parent 136e4e67cd
commit fe5a99f370

View File

@ -3,8 +3,6 @@ services:
build:
context: astro
target: prod
environment:
PAYLOAD_SERVER_URL: ${PAYLOAD_SERVER_URL}
labels:
- "traefik.enable=true"
- "traefik.http.routers.${NAME}-astro.rule=Host(`${ASTRO_HOST}`)"