fix storage_backend value and docker image versions

This commit is contained in:
Sabiha Khan 2025-09-09 16:37:05 +05:30
parent 695b43af28
commit d28991fc60
2 changed files with 16 additions and 4 deletions

View file

@ -59,7 +59,7 @@ services:
- app-network
api:
image: chewieee/dograh-api:v7
image: dograhai/dograh-api:v1
volumes:
- shared-tmp:/tmp
environment:
@ -124,7 +124,7 @@ services:
- app-network
arq-worker:
image: chewieee/dograh-api:v7
image: dograhai/dograh-api:v1
volumes:
- shared-tmp:/tmp
environment:
@ -151,22 +151,29 @@ services:
# Sentry
ENABLE_SETRY: "false"
SENTRY_DSN: ""
command: >
bash -c "
cd /app/api &&
python -m arq api.tasks.arq.WorkerSettings
"
depends_on:
postgres:
condition: service_healthy
redis:
condition: service_healthy
minio:
condition: service_healthy
networks:
- app-network
ui:
image: chewieee/dograh-ui:v10
image: dograhai/dograh-ui:v1
environment:
NEXT_PUBLIC_NODE_ENV: "local"
NEXT_PUBLIC_AUTH_PROVIDER: "local"
# Client-side URL (from browser)
NEXT_PUBLIC_BACKEND_URL: "http://localhost:8000"
# Server-side URL (SSR, internal Docker network)
# Server-side URL (SSR, internal Docker network)p
BACKEND_URL: "http://api:8000"
# Posthog