mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
fix storage_backend value and docker image versions
This commit is contained in:
parent
695b43af28
commit
d28991fc60
2 changed files with 16 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue