FIX: trigger.dev template - missing ports and wrong env usage
This commit is contained in:
parent
cf361e08a0
commit
5fcf3aa7dc
1 changed files with 6 additions and 2 deletions
|
|
@ -119,13 +119,16 @@ services:
|
|||
PLATFORM_HOST: trigger
|
||||
PLATFORM_WS_PORT: 3000
|
||||
SECURE_CONNECTION: "false"
|
||||
PLATFORM_SECRET: $PROVIDER_SECRET
|
||||
PLATFORM_SECRET: $SERVICE_PASSWORD_64_PROVIDER
|
||||
HTTP_SERVER_PORT: 9020
|
||||
coordinator:
|
||||
image: ghcr.io/triggerdotdev/coordinator:v3
|
||||
platform: linux/amd64
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
user: root
|
||||
ports:
|
||||
- '9020:9020'
|
||||
depends_on:
|
||||
trigger:
|
||||
condition: service_healthy
|
||||
|
|
@ -134,7 +137,8 @@ services:
|
|||
PLATFORM_HOST: trigger
|
||||
PLATFORM_WS_PORT: 3000
|
||||
SECURE_CONNECTION: "false"
|
||||
PLATFORM_SECRET: $COORDINATOR_SECRET
|
||||
PLATFORM_SECRET: $SERVICE_PASSWORD_64_COORDINATOR
|
||||
HTTP_SERVER_PORT: 9020
|
||||
healthcheck:
|
||||
test:
|
||||
- CMD-SHELL
|
||||
|
|
|
|||
Loading…
Reference in a new issue