Skip to content

[v7.0] add automation-worker#87

Open
SkywalkerSpace wants to merge 1 commit into
mainfrom
update-7.0
Open

[v7.0] add automation-worker#87
SkywalkerSpace wants to merge 1 commit into
mainfrom
update-7.0

Conversation

@SkywalkerSpace

Copy link
Copy Markdown
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings July 2, 2026 08:42

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds Docker Compose definitions for running a new automation-worker service, providing both an “add-on to the main stack” compose file and a “standalone” compose file.

Changes:

  • Added compose/automation-worker.yml to run automation-worker alongside the existing SeaTable stack (including depends_on and backend network wiring).
  • Added compose/automation-worker-standalone.yml to run automation-worker as a standalone container with an exposed port.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 9 comments.

File Description
compose/automation-worker.yml Adds an automation-worker service intended to join the main stack network and depend on mariadb/redis.
compose/automation-worker-standalone.yml Adds a standalone automation-worker service definition with a published port.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@@ -0,0 +1,47 @@
services:
@@ -0,0 +1,47 @@
services:
automation-worker:
image: ${APP_SERVER_IMAGE:-seatable/automation-worker:7.0.0}
Comment on lines +9 to +11
- SEATABLE_LOG_TO_STDOUT=${LOG_TO_STDOUT:-false}
- NON_ROOT==${NON_ROOT:-false}
- TZ=${TIME_ZONE:-UTC}
Comment on lines +21 to +22
- REDIS_PORT=${REDIS_PORT:-6379}
- REDIS_PASSWORD=${REDIS_PASSWORD:-}
Comment on lines +40 to +41
redis:
condition: service_started
@@ -0,0 +1,38 @@
services:
@@ -0,0 +1,38 @@
services:
automation-worker:
image: ${APP_SERVER_IMAGE:-seatable/automation-worker:7.0.0}
Comment on lines +11 to +13
- SEATABLE_LOG_TO_STDOUT=${LOG_TO_STDOUT:-false}
- NON_ROOT==${NON_ROOT:-false}
- TZ=${TIME_ZONE:-UTC}
Comment on lines +23 to +24
- REDIS_PORT=${REDIS_PORT:-6379}
- REDIS_PASSWORD=${REDIS_PASSWORD:-}
@simonhammes simonhammes changed the title add automation-worker [v7.0] add automation-worker Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants