mirror of
https://github.com/stackblitz/bolt.new
synced 2025-03-12 06:51:11 +00:00
Update docker-compose.yaml
This commit is contained in:
parent
416f7f9097
commit
9d826371a6
@ -1,5 +1,5 @@
|
||||
services:
|
||||
bolt-ai:
|
||||
app-prod:
|
||||
image: bolt-ai:production
|
||||
build:
|
||||
context: .
|
||||
@ -27,9 +27,9 @@ services:
|
||||
- "host.docker.internal:host-gateway"
|
||||
command: pnpm run dockerstart
|
||||
profiles:
|
||||
- production # This service only runs in the production profile
|
||||
- production
|
||||
|
||||
bolt-ai-dev:
|
||||
app-dev:
|
||||
image: bolt-ai:development
|
||||
build:
|
||||
target: bolt-ai-development
|
||||
@ -60,6 +60,6 @@ services:
|
||||
consistency: cached
|
||||
- /app/node_modules
|
||||
ports:
|
||||
- "5173:5173" # Same port, no conflict as only one runs at a time
|
||||
- "5173:5173"
|
||||
command: pnpm run dev --host 0.0.0.0
|
||||
profiles: ["development", "default"] # Make development the default profile
|
||||
profiles: ["development", "default"]
|
||||
|
Loading…
Reference in New Issue
Block a user