fixed link to docs/compose
This commit is contained in:
parent
13e94f4a51
commit
04dbfdf86c
2 changed files with 1 additions and 3 deletions
|
@ -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`
|
||||||
|
|
||||||
|
|
2
todo.md
2
todo.md
|
@ -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
|
Loading…
Add table
Reference in a new issue