From b5041e8990614281142d3505267adb4f8d8abc57 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Tue, 5 Nov 2024 11:02:35 +1100 Subject: [PATCH] update deploy template --- server/deploy-template/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/deploy-template/compose.yml b/server/deploy-template/compose.yml index b6995ab4..ba696e77 100644 --- a/server/deploy-template/compose.yml +++ b/server/deploy-template/compose.yml @@ -16,7 +16,7 @@ services: - POSTGRES_USER=drop - POSTGRES_DB=drop drop: - image: drop # todo + image: registry.deepcore.dev/drop-oss/drop/main:latest depends_on: postgres: condition: service_healthy