fixed environment variable passing
parent
ab8e2b2cfb
commit
d8d56f4f2e
1
.env
1
.env
|
|
@ -4,3 +4,4 @@ NGINX_NETWORK=network-name
|
||||||
WEBHOOK_GIT_NETWORK=network-name
|
WEBHOOK_GIT_NETWORK=network-name
|
||||||
GIT_SERVER_PROGRAMM=git.example.com
|
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
|
||||||
|
|
@ -8,7 +8,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- nginx-network
|
- nginx-network
|
||||||
environment:
|
environment:
|
||||||
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
|
- GIT_SERVER_PROGRAMM=${GIT_SERVER_PROGRAMM}
|
||||||
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
|
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
|
||||||
|
|
||||||
webhooks-git:
|
webhooks-git:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue