more boilerplate and dev environment

This commit is contained in:
2026-07-16 16:04:48 -07:00
parent ea34be4e1b
commit a06f21a5c2
27 changed files with 670 additions and 27 deletions
+9 -2
View File
@@ -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: