regroup backend and frontend in app folder
This commit is contained in:
11
README.md
11
README.md
@ -1,6 +1,17 @@
|
||||
|
||||
# ServiceManager
|
||||
|
||||
## Structure
|
||||
|
||||
- `app/`: frontend + backend + infrastructure Docker de l'application.
|
||||
- `node/`: code et artefacts du node (CLI/service).
|
||||
|
||||
## Lancer l'application
|
||||
|
||||
```bash
|
||||
docker compose -f app/docker-compose.yml up --build
|
||||
```
|
||||
|
||||
Monitoring your services from different machine on a same place.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user