Updated docker image URLs
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.9'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
dbproxy:
|
dbproxy:
|
||||||
image: gitea.basebox.health/basebox-distribution/dbproxy
|
image: gitea.basebox.health/basebox-distribution/dbproxy:latest
|
||||||
ports:
|
ports:
|
||||||
- "8081:8081"
|
- "8081:8081"
|
||||||
command:
|
command:
|
||||||
@@ -10,7 +10,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- ./bbconf/basebox/:/bbconf
|
- ./bbconf/basebox/:/bbconf
|
||||||
broker:
|
broker:
|
||||||
image: gitea.basebox.health/basebox-distribution/broker
|
image: gitea.basebox.health/basebox-distribution/broker:latest
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
command:
|
command:
|
||||||
|
Reference in New Issue
Block a user