Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
4097f2f67c | |||
bf12ab9036 | |||
5b0edeff40 | |||
8040095e66 |
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -4,11 +4,9 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
13
README.md
13
README.md
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user