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