fixed environment variable passing

main
Andre Challier 2024-03-27 18:32:05 +01:00
parent ab8e2b2cfb
commit d8d56f4f2e
2 changed files with 3 additions and 2 deletions

3
.env
View File

@ -3,4 +3,5 @@ WEBHOOK_SECRET=1234
NGINX_NETWORK=network-name
WEBHOOK_GIT_NETWORK=network-name
GIT_SERVER_PROGRAMM=git.example.com
GIT_SERVER_ASSETS=git.example.com
GIT_SERVER_ASSETS=git.example.com
STATIC_FILES_VOLUME_NAME=programm-webhooks-test_static-files

View File

@ -8,7 +8,7 @@ services:
networks:
- nginx-network
environment:
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
- GIT_SERVER_PROGRAMM=${GIT_SERVER_PROGRAMM}
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
webhooks-git: