go-watch/docs/compose/apprise-browserless.yml

16 lines
No EOL
357 B
YAML

version: "3"
services:
app:
image: ghcr.io/broodjeaap/go-watch:latest
container_name: go-watch
environment:
- GOWATCH_BROWSERLESS_URL=http://browserless:3000/content
volumes:
- /host/path/to/config:/config
ports:
- "8080:8080"
apprise:
image: caronc/apprise:latest
browserless:
image: browserless/chrome:latest