Signed-off-by: Max Schmidt <max.schmidt@outlook.de>
This commit is contained in:
Max Schmidt
2023-05-19 13:15:32 +02:00
parent 745db317ce
commit bf16b2b010
2 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,8 @@ services:
target: prod
environment:
PAYLOAD_URL: ${PAYLOAD_URL}
volumes:
- ./data/media:/prod/dist/media
labels:
- "traefik.enable=true"
- "traefik.http.routers.${NAME}-astro.rule=Host(`${ASTRO_URL}`)"