refactor!: using root from webhookd image

This commit is contained in:
decentral1se 2024-03-23 11:14:00 +01:00
parent c031a9fb8f
commit 897bf69b8c
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -27,11 +27,11 @@ services:
environment:
- HUGO_GIT_URL
- HUGO_PUBLIC_DIR=/usr/share/nginx/website
- HUGO_WORKING_DIR=/home/webhookd/website
- WHD_HOOK_SCRIPTS=/home/webhookd/scripts
- HUGO_WORKING_DIR=/root/website
- WHD_HOOK_SCRIPTS=/root/scripts
configs:
- source: webhookd_script
target: /home/webhookd/scripts/deploy.sh
target: /root/scripts/deploy.sh
volumes:
- nginx-data:/usr/share/nginx/website