update docker compose

This commit is contained in:
2025-12-15 22:26:34 +01:00
parent f28c0f56ad
commit 1d53921a73

View File

@@ -8,14 +8,14 @@ services:
ports: ports:
- "5432:5432" - "5432:5432"
volumes: volumes:
- db-data:/var/lib/postgresql/data - db-data:/var/lib/postgresql
sveltekit: sveltekit:
image: oven/bun image: oven/bun
volumes: volumes:
- ./packages/web:/app - ./packages/web:/app
working_dir: /app working_dir: /app
command: bun run dev --host command: sh -c "bun install & bun run dev --host"
ports: ports:
- "3000:5173" - "3000:5173"
env_file: .env env_file: .env