chore: initialize React + Vite project with Docker deployment and apartment listing application
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
args:
|
||||
VITE_APP_PASSWORD: ${VITE_APP_PASSWORD:-changeme}
|
||||
ports:
|
||||
- "3000:80"
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user