use volumer

This commit is contained in:
Lieuwe Leene 2022-11-13 12:36:43 +01:00
parent df218d5336
commit 6428a9f841

View File

@ -7,4 +7,9 @@ services:
context: ./personal-page
args:
HUGO_ENV_ARG: "production"
HUGO_CMD: "-d localhost"
HUGO_CMD: "-d ${NGINX_HOST}"
volumes:
- hugo_data:/var/www/hugo:z
volumes:
hugo_data: