Mahammad Murshudov
Mahammad Murshudov
Seems like there are great updates to VS Code in terms of Extension Authoring https://code.visualstudio.com/updates/v1_23#_extension-authoring
For me worker container can't connect to coordinator using websocket, because of this run gets stuck. @rharkor could you please share your compose file?
```yaml services: trigger: image: ghcr.io/triggerdotdev/trigger.dev:v3 environment: REMIX_APP_PORT: 3000 NODE_ENV: production RUNTIME_PLATFORM: docker-compose V3_ENABLED: true TRIGGER_TELEMETRY_DISABLED: 1 INTERNAL_OTEL_TRACE_DISABLED: 1 INTERNAL_OTEL_TRACE_LOGGING_ENABLED: 0 POSTGRES_USER: $POSTGRES_USER POSTGRES_PASSWORD: $POSTGRES_PASSWORD POSTGRES_DB: $POSTGRES_DB MAGIC_LINK_SECRET: $MAGIC_LINK_SECRET SESSION_SECRET: $SESSION_SECRET...
> > because of this run gets s > > I am using the app and worker separately, so I don't really know which one you want, also to mention...
@eth0izzle Yes, it is working for us quite well. I forgot all steps required, but can share updated compose file if needed
@eth0izzle Also our deployment is on Coolify
@eth0izzle I will try my best to explain. `docker-compose.yml` ```yaml services: trigger: image: ghcr.io/triggerdotdev/trigger.dev:v3 environment: SERVICE_FQDN_TRIGGER_3030: PORT: 3030 REMIX_APP_PORT: 3030 NODE_ENV: production RUNTIME_PLATFORM: docker-compose V3_ENABLED: true TRIGGER_TELEMETRY_DISABLED: 1 INTERNAL_OTEL_TRACE_DISABLED: 1...