Add docker
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
# Override at build time: VITE_API_URL=https://api.example.com docker compose up --build
|
||||
VITE_API_URL: ${VITE_API_URL:-http://localhost:8080}
|
||||
ports:
|
||||
- '8000:80'
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user