Added docker-compose

This commit is contained in:
ellwoodb 2024-07-23 21:20:56 +02:00
parent dc058e4d25
commit d7f6ef014b

10
docker-compose.yml Normal file
View 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