mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-24 07:15:24 +02:00
- Replace unofficial dockeriddonuts/automatisch:2.0 mirror (stale since Nov 2024)
with the official automatischio/automatisch:0.15.0 image
- Define DOMAIN in template.toml [config.env]: the compose referenced ${DOMAIN}
but it was never provided, so HOST resolved empty and the app generated
localhost URLs for the web app and webhooks
- Set API_URL/WEB_APP_URL so generated URLs don't carry the internal :3000 port
behind Traefik
- Add postgres healthcheck and gate the app on service_healthy to avoid the
boot-time migration race; worker now starts after main (official compose order)
- Drop unnecessary published port and no-op REDIS_* env on the redis service
- Bump meta.json version to 0.15.0
Closes #97
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
18 lines
625 B
JSON
18 lines
625 B
JSON
{
|
|
"id": "automatisch",
|
|
"name": "Automatisch",
|
|
"version": "0.15.0",
|
|
"description": "Automatisch is a powerful, self-hosted workflow automation tool designed for connecting your apps and automating repetitive tasks. With Automatisch, you can create workflows to sync data, send notifications, and perform various actions seamlessly across different services.",
|
|
"logo": "logo.png",
|
|
"links": {
|
|
"github": "https://github.com/automatisch/automatisch",
|
|
"website": "https://automatisch.io/docs",
|
|
"docs": "https://automatisch.io/docs"
|
|
},
|
|
"tags": [
|
|
"automation",
|
|
"workflow",
|
|
"integration"
|
|
]
|
|
}
|