From 6283825517f49afa18b4bb6f1d820a08f8f6e290 Mon Sep 17 00:00:00 2001 From: Alexandre Vicenzi Date: Mon, 10 Feb 2020 19:38:11 +0100 Subject: Lanyon update --- docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker-compose.yml (limited to 'docker-compose.yml') diff --git a/docker-compose.yml b/docker-compose.yml new file mode 100644 index 0000000..ffe233d --- /dev/null +++ b/docker-compose.yml @@ -0,0 +1,11 @@ +version: '3' +services: + app: + build: . + working_dir: /go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample + command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t lanyon + ports: + - "1313:1313" + volumes: + - ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample + - .:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample/themes/lanyon -- cgit v1.2.1