Browse Source

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

pull/35/head
Gianni Carafa 1 year ago
parent
commit
3c01873fb0
  1. 4
      docker-compose.yaml

4
docker-compose.yaml

@ -1,6 +1,6 @@
services: services:
textbee-web: textbee-web:
image: textbee-web
image: ghcr.io/vernu/textbee/api:latest
container_name: textbee-web container_name: textbee-web
build: build:
context: ./web context: ./web
@ -12,7 +12,7 @@ services:
required: true required: true
command: pnpm start command: pnpm start
textbee-api: textbee-api:
image: textbee-api
image: ghcr.io/vernu/textbee/api:latest
container_name: textbee-api container_name: textbee-api
build: build:
context: ./api context: ./api

Loading…
Cancel
Save