dont ask me please...

main
Andre Challier 2024-03-27 19:31:02 +01:00
parent 39c4b1bc36
commit 9e3c383bc2
1 changed files with 4 additions and 4 deletions

View File

@ -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: