summaryrefslogtreecommitdiff
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml11
1 files changed, 11 insertions, 0 deletions
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