From 3c01873fb09dc7e6a9979b52de605a60d7ca7672 Mon Sep 17 00:00:00 2001 From: Gianni Carafa Date: Thu, 19 Dec 2024 12:14:59 +0100 Subject: [PATCH] Update Docker image references to use the latest version from the Github Container Registry. --- docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index a1de6dd..b2dc17a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,6 +1,6 @@ services: textbee-web: - image: textbee-web + image: ghcr.io/vernu/textbee/api:latest container_name: textbee-web build: context: ./web @@ -12,7 +12,7 @@ services: required: true command: pnpm start textbee-api: - image: textbee-api + image: ghcr.io/vernu/textbee/api:latest container_name: textbee-api build: context: ./api