diff --git a/.env b/.env index 7209549..7c4c2d7 100644 --- a/.env +++ b/.env @@ -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 \ No newline at end of file +GIT_SERVER_ASSETS=git.example.com +STATIC_FILES_VOLUME_NAME=programm-webhooks-test_static-files \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 0b08fd8..a3a0615 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: