Compare commits
No commits in common. "main" and "v0.1.1" have entirely different histories.
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
|||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php-version: '8.4'
|
php-version: '8.4'
|
||||||
tools: composer:v2
|
tools: composer
|
||||||
|
|
||||||
- name: Install PHP dependencies
|
- name: Install PHP dependencies
|
||||||
run: composer install --no-interaction --prefer-dist --optimize-autoloader
|
run: composer install --no-interaction --prefer-dist --optimize-autoloader
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -4,9 +4,11 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- develop
|
- develop
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
13
README.md
13
README.md
@ -10,19 +10,6 @@ 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
|
|
||||||
```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
|
### Configuration
|
||||||
|
|
||||||
#### Database
|
#### Database
|
||||||
|
Loading…
x
Reference in New Issue
Block a user