All checks were successful
/ build (map[dockerfile:./services/hasura/Dockerfile name:hasura]) (push) Successful in 47s
/ build (map[dockerfile:./services/web/Dockerfile name:web]) (push) Successful in 1m47s
/ build (map[dockerfile:./services/watchers/Dockerfile name:watchers]) (push) Successful in 2m37s
/ build (map[dockerfile:./services/files/Dockerfile name:files]) (push) Successful in 2m52s
/ build (map[dockerfile:./services/api/Dockerfile name:api]) (push) Successful in 3m2s
/ build (map[dockerfile:./services/app/Dockerfile name:app]) (push) Successful in 31s
/ build (map[dockerfile:./services/tasks/Dockerfile name:tasks]) (push) Successful in 2m44s
/ deploy (push) Successful in 48s
58 lines
755 B
Markdown
58 lines
755 B
Markdown
# Alerte-Secours - Le Réflexe qui Sauve
|
|
|
|
## Dev
|
|
|
|
### Requirements
|
|
|
|
- docker
|
|
- tmux + tmuxp
|
|
- direnv
|
|
|
|
### Getting started
|
|
|
|
install
|
|
```sh
|
|
yarn
|
|
```
|
|
|
|
load tmux custom conf (optional)
|
|
```sh
|
|
tmux source-file .tmux.conf
|
|
```
|
|
|
|
|
|
### Start services
|
|
|
|
```sh
|
|
tmuxp load .
|
|
```
|
|
|
|
kill tmux session
|
|
```sh
|
|
tmux kill-session -t helpme-project || true
|
|
```
|
|
|
|
### Endpoints
|
|
|
|
#### services
|
|
- api 4200
|
|
- file 4292
|
|
- hasura 4201
|
|
- tasks
|
|
- watchers
|
|
|
|
#### consoles
|
|
- [hasura 4295](http://localhost:4295)
|
|
- [minio 4201](http://localhost:4201)
|
|
- [api 4200](http://0.0.0.0:4200/api/v1/swagger/)
|
|
- [api graphql 4200](http://0.0.0.0:4200/api/v1/graphql)
|
|
- [files 4200](http://0.0.0.0:4292/api/v1/swagger/)
|
|
|
|
#### oa url
|
|
- /api/v1
|
|
- /spec
|
|
- /oas
|
|
- /swagger
|
|
- /graphql
|
|
- /status
|
|
- /
|