Updated docker image URLs

This commit is contained in:
Markus Thielen 2023-11-17 15:36:56 +00:00
parent 8f829b17c0
commit 17e979decc

View File

@ -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: