mirror of
https://github.com/lingble/twenty.git
synced 2025-11-01 13:17:57 +00:00
Fix
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
||||
node dist/src/worker
|
||||
node dist/src/queue-worker/queue-worker
|
||||
|
||||
@@ -37,7 +37,7 @@ services:
|
||||
type: pserv
|
||||
property: port
|
||||
- type: worker
|
||||
name: twenty-worker
|
||||
name: worker
|
||||
runtime: image
|
||||
image:
|
||||
url: twentycrm/twenty:latest
|
||||
|
||||
Reference in New Issue
Block a user