Start to read the api

This commit is contained in:
Clément Le Bihan
2024-05-05 16:32:58 +02:00
parent 625c6a67e2
commit ac7e9f1a22
7 changed files with 219 additions and 16 deletions
+12
View File
@@ -31,5 +31,17 @@ services:
timeout: 5s
retries: 5
web:
build:
context: ./web
dockerfile: Dockerfile.dev
restart: on-failure
volumes:
- ./web:/app
ports:
- 5173:5173
environment:
- API_URL=http://api:1597
volumes:
db: