chore: modify start command and add more ports
This commit is contained in:
@@ -17,10 +17,16 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
||||||
- ENABLE_SUBPATH_BASED_ACCESS=true
|
- ENABLE_SUBPATH_BASED_ACCESS=true
|
||||||
|
env_file:
|
||||||
|
- ./.env
|
||||||
depends_on:
|
depends_on:
|
||||||
hoppscotch-db:
|
hoppscotch-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
command: pnpm exec prisma migrate deploy && node /usr/src/app/aio_run.mjs
|
||||||
ports:
|
ports:
|
||||||
|
- "3000:3000"
|
||||||
|
- "3100:3100"
|
||||||
|
- "3170:3170"
|
||||||
- "3080:80"
|
- "3080:80"
|
||||||
|
|
||||||
# The preset DB service, you can delete/comment the below lines if
|
# The preset DB service, you can delete/comment the below lines if
|
||||||
|
|||||||
Reference in New Issue
Block a user