refactor!: using root from webhookd image
This commit is contained in:
parent
c031a9fb8f
commit
897bf69b8c
@ -27,11 +27,11 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- HUGO_GIT_URL
|
- HUGO_GIT_URL
|
||||||
- HUGO_PUBLIC_DIR=/usr/share/nginx/website
|
- HUGO_PUBLIC_DIR=/usr/share/nginx/website
|
||||||
- HUGO_WORKING_DIR=/home/webhookd/website
|
- HUGO_WORKING_DIR=/root/website
|
||||||
- WHD_HOOK_SCRIPTS=/home/webhookd/scripts
|
- WHD_HOOK_SCRIPTS=/root/scripts
|
||||||
configs:
|
configs:
|
||||||
- source: webhookd_script
|
- source: webhookd_script
|
||||||
target: /home/webhookd/scripts/deploy.sh
|
target: /root/scripts/deploy.sh
|
||||||
volumes:
|
volumes:
|
||||||
- nginx-data:/usr/share/nginx/website
|
- nginx-data:/usr/share/nginx/website
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user