mirror of
https://github.com/zoriya/vex.git
synced 2026-06-09 20:59:26 +00:00
Start to read the api
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user