chore: update image versions

This commit is contained in:
Sabiha Khan 2025-09-10 14:09:40 +05:30
parent b0d95108d8
commit e049f6e016
2 changed files with 6 additions and 9 deletions

View file

@ -49,14 +49,11 @@ Ensure these ports are available:
## 🚀 Get Started
The only commands you need to run:
The only command you need to run:
```bash
# Download the docker-compose file
curl -o docker-compose.yml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml
# Start all services (add -d to run in background)
docker compose up -d
# Download and start Dograh
curl -o docker-compose.yaml https://raw.githubusercontent.com/dograh-hq/dograh/main/docker-compose.yaml && docker compose up -d
```
> **Note**

View file

@ -59,7 +59,7 @@ services:
- app-network
api:
image: dograhai/dograh-api:v1
image: dograhai/dograh-api:b0d95108
volumes:
- shared-tmp:/tmp
environment:
@ -122,7 +122,7 @@ services:
- app-network
arq-worker:
image: dograhai/dograh-api:v1
image: dograhai/dograh-api:b0d95108
volumes:
- shared-tmp:/tmp
environment:
@ -165,7 +165,7 @@ services:
- app-network
ui:
image: dograhai/dograh-ui:v1
image: dograhai/dograh-ui:b0d95108
environment:
NEXT_PUBLIC_NODE_ENV: "local"
NEXT_PUBLIC_AUTH_PROVIDER: "local"