frontend/docker-compose.yml
2024-07-23 21:20:56 +02:00

11 lines
278 B
YAML

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