mirror of
https://github.com/vernu/textbee.git
synced 2026-05-19 14:02:04 -04:00
Update Docker image references to use the latest version from the Github Container Registry.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user