mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: update image versions
This commit is contained in:
parent
b0d95108d8
commit
e049f6e016
2 changed files with 6 additions and 9 deletions
|
|
@ -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**
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue