Remove unnecessary environment variable
This commit is contained in:
parent
136e4e67cd
commit
fe5a99f370
@ -3,8 +3,6 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: astro
|
context: astro
|
||||||
target: prod
|
target: prod
|
||||||
environment:
|
|
||||||
PAYLOAD_SERVER_URL: ${PAYLOAD_SERVER_URL}
|
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.${NAME}-astro.rule=Host(`${ASTRO_HOST}`)"
|
- "traefik.http.routers.${NAME}-astro.rule=Host(`${ASTRO_HOST}`)"
|
||||||
|
Loading…
Reference in New Issue
Block a user