docker support

This commit is contained in:
dragongoose
2023-03-25 21:50:45 -04:00
parent a90abfb2f6
commit c3d14eb3f1
2 changed files with 12 additions and 0 deletions

11
docker/docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: "3.9"
services:
frontend:
build:
context: "../"
dockerfile: ./docker/Dockerfile
ports:
- "8080:80"
environment:
- VITE_BACKEND_URL=http://localhost:7000
- VITE_INSTANCE_URL=http://localhost:80