From bf12ab90368a4f9210b7cdb30272d5c3ddb5159b Mon Sep 17 00:00:00 2001 From: Javier Feliz Date: Wed, 16 Jul 2025 20:02:46 -0400 Subject: [PATCH] Update readme --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 356f101..b093452 100644 --- a/README.md +++ b/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 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 #### Database