This commit is contained in:
Charles Bochet
2024-07-08 23:45:20 +02:00
parent 132a484f67
commit f12fa68fb0
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -37,7 +37,7 @@ services:
type: pserv
property: port
- type: worker
name: twenty-worker
name: worker
runtime: image
image:
url: twentycrm/twenty:latest