Update Docker image references to use the latest version from the Github Container Registry.

This commit is contained in:
Gianni Carafa
2024-12-19 12:14:59 +01:00
parent f0d0a80868
commit 3c01873fb0

View File

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