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