more boilerplate and dev environment
This commit is contained in:
+9
-2
@@ -1,12 +1,19 @@
|
||||
services:
|
||||
frontend:
|
||||
build: ./frontend
|
||||
container_name: ${SERVICE_NAME}-oworganizer-frontend
|
||||
ports:
|
||||
- "3000:80"
|
||||
depends_on:
|
||||
- backend
|
||||
restart: unless-stopped
|
||||
|
||||
backend:
|
||||
build: ./backend
|
||||
container_name: ${SERVICE_NAME}-oworganizer-backend
|
||||
environment:
|
||||
DB_PASSWORD: ${DB_PASSWORD}
|
||||
# volumes:
|
||||
ports:
|
||||
- "8080:8080"
|
||||
restart: unless-stopped
|
||||
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user