first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
web:
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
VITE_API_BASE_URL: ${VITE_API_BASE_URL:-http://127.0.0.1:8000/api/v1}
|
||||
ports:
|
||||
- "${WEB_PORT:-8080}:80"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user