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