added most basic compose example file

This commit is contained in:
BroodjeAap 2023-01-08 09:59:19 +00:00
parent 5a23f0384d
commit d35c896954

10
docs/compose/gowatch.yml Normal file
View file

@ -0,0 +1,10 @@
version: "3"
services:
app:
image: ghcr.io/broodjeaap/go-watch:latest
container_name: go-watch
volumes:
- ./:/config
ports:
- "8080:8080"