fix: build errors and merging projects and homepage
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_DB=postgres
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- '5432:5432'
|
||||
volumes:
|
||||
- db-data:/var/lib/postgresql
|
||||
|
||||
@@ -17,7 +17,7 @@ services:
|
||||
working_dir: /app
|
||||
command: sh -c "bun install & bun run dev --host"
|
||||
ports:
|
||||
- "3000:5173"
|
||||
- '3000:5173'
|
||||
env_file: .env
|
||||
develop:
|
||||
watch:
|
||||
|
||||
Reference in New Issue
Block a user