Update focus to git version

This commit is contained in:
Brieuc Dubois 2024-01-17 15:04:43 +01:00
parent a725eb25d7
commit 8148b3aef7
1 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,8 @@
services:
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:
- $DATA/focus:/data
labels:
@ -17,8 +18,8 @@ services:
focus-frontend:
container_name: focus-frontend
#image: git.bhasher.com/bhasher/focus-frontend:latest
image: registry.bhasher.com/focus-frontend:dev
image: git.bhasher.com/bhasher/focus-frontend:latest
pull_policy: always
environment:
- PUBLIC_BACKEND_URL=https://focus.bhasher.com
labels: