mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: use latest tags in docker compose
This commit is contained in:
parent
ff31da7934
commit
4ef1ff92b1
1 changed files with 3 additions and 3 deletions
|
|
@ -59,7 +59,7 @@ services:
|
|||
- app-network
|
||||
|
||||
api:
|
||||
image: dograhai/dograh-api:b0d95108
|
||||
image: dograhai/dograh-api:latest
|
||||
volumes:
|
||||
- shared-tmp:/tmp
|
||||
environment:
|
||||
|
|
@ -122,7 +122,7 @@ services:
|
|||
- app-network
|
||||
|
||||
arq-worker:
|
||||
image: dograhai/dograh-api:b0d95108
|
||||
image: dograhai/dograh-api:latest
|
||||
volumes:
|
||||
- shared-tmp:/tmp
|
||||
environment:
|
||||
|
|
@ -165,7 +165,7 @@ services:
|
|||
- app-network
|
||||
|
||||
ui:
|
||||
image: dograhai/dograh-ui:b0d95108
|
||||
image: dograhai/dograh-ui:latest
|
||||
environment:
|
||||
NEXT_PUBLIC_NODE_ENV: "local"
|
||||
NEXT_PUBLIC_AUTH_PROVIDER: "local"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue