mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
merge job workers
This commit is contained in:
parent
cc8e9210d7
commit
7d70ff8fd2
3 changed files with 42 additions and 13 deletions
|
|
@ -201,16 +201,6 @@ services:
|
|||
- COMPOSIO_API_KEY=${COMPOSIO_API_KEY}
|
||||
restart: unless-stopped
|
||||
|
||||
job-rules-worker:
|
||||
build:
|
||||
context: ./apps/rowboat
|
||||
dockerfile: scripts.Dockerfile
|
||||
command: ["npm", "run", "job-rules-worker"]
|
||||
environment:
|
||||
- MONGODB_CONNECTION_STRING=mongodb://mongo:27017/rowboat
|
||||
- REDIS_URL=redis://redis:6379
|
||||
restart: unless-stopped
|
||||
|
||||
# chat_widget:
|
||||
# build:
|
||||
# context: ./apps/experimental/chat_widget
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue