Update focus to git version
This commit is contained in:
parent
a725eb25d7
commit
8148b3aef7
|
@ -1,7 +1,8 @@
|
||||||
services:
|
services:
|
||||||
focus-backend:
|
focus-backend:
|
||||||
container_name: focus-backend
|
container_name: focus-backend
|
||||||
image: registry.bhasher.com/focus-backend:dev
|
image: git.bhasher.com/bhasher/focus-backend:latest
|
||||||
|
pull_policy: always
|
||||||
volumes:
|
volumes:
|
||||||
- $DATA/focus:/data
|
- $DATA/focus:/data
|
||||||
labels:
|
labels:
|
||||||
|
@ -17,8 +18,8 @@ services:
|
||||||
|
|
||||||
focus-frontend:
|
focus-frontend:
|
||||||
container_name: focus-frontend
|
container_name: focus-frontend
|
||||||
#image: git.bhasher.com/bhasher/focus-frontend:latest
|
image: git.bhasher.com/bhasher/focus-frontend:latest
|
||||||
image: registry.bhasher.com/focus-frontend:dev
|
pull_policy: always
|
||||||
environment:
|
environment:
|
||||||
- PUBLIC_BACKEND_URL=https://focus.bhasher.com
|
- PUBLIC_BACKEND_URL=https://focus.bhasher.com
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in New Issue