From 9e3c383bc20cdf436d150bda6494ddf3e9e6fac6 Mon Sep 17 00:00:00 2001 From: Andre Challier Date: Wed, 27 Mar 2024 19:31:02 +0100 Subject: [PATCH] dont ask me please... --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 51aef6f..c2660dc 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: