initial commit
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
backend:
|
||||
build:
|
||||
context: ./backend
|
||||
ports:
|
||||
- "8080:8080"
|
||||
container_name: householdmanager-backend
|
||||
|
||||
frontend:
|
||||
build:
|
||||
context: ./frontend
|
||||
ports:
|
||||
- "3000:3000"
|
||||
container_name: householdmanager-frontend
|
||||
environment:
|
||||
- VITE_API_BASE_URL=http://backend:8080
|
||||
Reference in New Issue
Block a user