chore: enable subpath based access in test deploy docker compose
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
|||||||
target: aio
|
target: aio
|
||||||
environment:
|
environment:
|
||||||
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
- DATABASE_URL=postgresql://postgres:testpass@hoppscotch-db:5432/hoppscotch
|
||||||
- ENABLE_SUBPATH_BASED_ACCESS=false
|
- ENABLE_SUBPATH_BASED_ACCESS=true
|
||||||
depends_on:
|
depends_on:
|
||||||
hoppscotch-db:
|
hoppscotch-db:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|||||||
Reference in New Issue
Block a user