Update readme
This commit is contained in:
parent
5b0edeff40
commit
bf12ab9036
12
README.md
12
README.md
@ -10,6 +10,18 @@ in standup about what I did yesterday I can just look back at a list of bullet p
|
|||||||
|
|
||||||
**Docker image coming soon**
|
**Docker image coming soon**
|
||||||
|
|
||||||
|
### Docker compose
|
||||||
|
services:
|
||||||
|
flowtodo:
|
||||||
|
container_name: flowtodo
|
||||||
|
image: gitgud.foo/thegrind/flowtodo:latest
|
||||||
|
environment:
|
||||||
|
- OCTANE_HTTPS=true # If you're serving through a reverse proxy
|
||||||
|
ports:
|
||||||
|
- '8889:8000'
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Configuration
|
### Configuration
|
||||||
|
|
||||||
#### Database
|
#### Database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user