working site with external nginx

This commit is contained in:
2020-01-18 13:40:05 -06:00
parent 9449858d2f
commit 9f57bd71c6
62 changed files with 5267 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
version: "3"
services:
hugo:
image: klakegg/hugo:0.62.2-ext-debian-onbuild
container_name: khugo
volumes:
- ./site:/src
- ./site/output:/target
command: -w
web:
image: bitnami/nginx:latest
volumes:
- ./site/output:/app
ports:
- 8080:8080