fixed link to docs/compose

This commit is contained in:
BroodjeAap 2023-01-14 13:36:17 +00:00
parent 13e94f4a51
commit 04dbfdf86c
2 changed files with 1 additions and 3 deletions

View file

@ -117,7 +117,7 @@ docker run \
``` ```
### Compose templates ### Compose templates
There are a few docker-compose templates in the [docs/compose](docs/compose/) directory that can downloaded and used as starting points. There are a few docker-compose templates in the [docs/compose](https://github.com/broodjeaap/go-watch/tree/master/docs/compose) directory that can downloaded and used as starting points.
For example, if you want to set up GoWatch with Browserless, Apprise and a PostgreSQL database backend: For example, if you want to set up GoWatch with Browserless, Apprise and a PostgreSQL database backend:
`wget https://raw.githubusercontent.com/broodjeaap/go-watch/master/docs/compose/apprise-browserless-postgresql.yml -O ./docker-compose.yml` `wget https://raw.githubusercontent.com/broodjeaap/go-watch/master/docs/compose/apprise-browserless-postgresql.yml -O ./docker-compose.yml`

View file

@ -1,11 +1,9 @@
# Todo # Todo
- comments - comments
- add kube yaml example?
- lua snippets - lua snippets
- basic auth - basic auth
- post - post
- browserless? - browserless?
- xpath - xpath
- json - json
- add index to docs/compose to fix link in pages
- safe escape {{ }} for pages - safe escape {{ }} for pages