dont ask me please...
parent
39c4b1bc36
commit
9e3c383bc2
|
|
@ -7,10 +7,6 @@ services:
|
|||
- static-files:/usr/share/nginx/html
|
||||
networks:
|
||||
- nginx-network
|
||||
environment:
|
||||
- GIT_SERVER_PROGRAMM=${GIT_SERVER_PROGRAMM}
|
||||
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
|
||||
- WEBHOOK_SECRET=${WEBHOOK_SECRET}
|
||||
|
||||
webhooks-git:
|
||||
build:
|
||||
|
|
@ -21,6 +17,10 @@ services:
|
|||
- ${WEBHOOK_GIT_DATA_PATH}:/data
|
||||
networks:
|
||||
- webhooks-git-network
|
||||
environment:
|
||||
- GIT_SERVER_PROGRAMM=${GIT_SERVER_PROGRAMM}
|
||||
- GIT_SERVER_ASSETS=${GIT_SERVER_ASSETS}
|
||||
- WEBHOOK_SECRET=${WEBHOOK_SECRET}
|
||||
|
||||
volumes:
|
||||
static-files:
|
||||
|
|
|
|||
Loading…
Reference in New Issue