Update readme

This commit is contained in:
Javier Feliz 2025-07-16 20:02:46 -04:00
parent 5b0edeff40
commit bf12ab9036

View File

@ -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