Add GitHub repository to .env and compose file

This commit is contained in:
Max Schmidt
2023-06-15 15:36:50 +02:00
parent 769bf80ca7
commit 4b7f1a7c82
3 changed files with 6 additions and 1 deletions

View File

@ -35,6 +35,8 @@ services:
target: prod
volumes:
- ./data/media:/prod/dist/media
environment:
- REPOSITORY=${REPOSITORY}
labels:
- traefik.enable=true
- traefik.http.routers.${NAME}-payload.rule=Host(`${PAYLOAD_HOST}`)