added most basic compose example file
This commit is contained in:
parent
5a23f0384d
commit
d35c896954
1 changed files with 10 additions and 0 deletions
10
docs/compose/gowatch.yml
Normal file
10
docs/compose/gowatch.yml
Normal 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"
|
Loading…
Add table
Reference in a new issue