diff --git a/docs/compose/gowatch.yml b/docs/compose/gowatch.yml new file mode 100644 index 0000000..10e3e37 --- /dev/null +++ b/docs/compose/gowatch.yml @@ -0,0 +1,10 @@ +version: "3" + +services: + app: + image: ghcr.io/broodjeaap/go-watch:latest + container_name: go-watch + volumes: + - ./:/config + ports: + - "8080:8080" \ No newline at end of file