Compare commits

...

4 Commits
v0.1.1 ... main

Author SHA1 Message Date
4097f2f67c Update readme 2025-07-16 20:04:58 -04:00
bf12ab9036 Update readme 2025-07-16 20:02:46 -04:00
5b0edeff40 Specify composer version on build action 2025-07-16 19:49:00 -04:00
8040095e66 No test on main 2025-07-16 19:46:58 -04:00
3 changed files with 14 additions and 3 deletions

View File

@ -21,7 +21,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.4'
tools: composer
tools: composer:v2
- name: Install PHP dependencies
run: composer install --no-interaction --prefer-dist --optimize-autoloader

View File

@ -4,11 +4,9 @@ on:
push:
branches:
- develop
- main
pull_request:
branches:
- develop
- main
jobs:
ci:

View File

@ -10,6 +10,19 @@ in standup about what I did yesterday I can just look back at a list of bullet p
**Docker image coming soon**
### Docker compose
```yaml
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