update compose bc no postgres in convex

This commit is contained in:
2026-03-26 16:40:47 -05:00
parent 2a56af407e
commit 2680e02a8b

View File

@@ -48,7 +48,7 @@ services:
- DISABLE_BEACON=${DISABLE_BEACON:-true} - DISABLE_BEACON=${DISABLE_BEACON:-true}
- REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-true} - REDACT_LOGS_TO_CLIENT=${REDACT_LOGS_TO_CLIENT:-true}
- DO_NOT_REQUIRE_SSL=${DO_NOT_REQUIRE_SSL:-false} - DO_NOT_REQUIRE_SSL=${DO_NOT_REQUIRE_SSL:-false}
- POSTGRES_URL=${POSTGRES_URL} #- POSTGRES_URL=${POSTGRES_URL}
stdin_open: true stdin_open: true
tty: true tty: true
restart: unless-stopped restart: unless-stopped