Added docker-compose
This commit is contained in:
parent
dc058e4d25
commit
d7f6ef014b
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
services:
|
||||
app-backend:
|
||||
image: stocknear/frontend
|
||||
build: .
|
||||
ports:
|
||||
- 5173:5173
|
||||
environment:
|
||||
# Set both to where your Pocketbase is running.
|
||||
- VITE_EU_POCKETBASE_URL=http://localhost:8090
|
||||
- VITE_USEAST_POCKETBASE_URL=http://localhost:8090
|
||||
Loading…
x
Reference in New Issue
Block a user