mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 00:15:28 +02:00
fix: pin heyform to v0.1.0 and use valid keydb tag
- heyform/community-edition:latest now points at v3.0.0-rc.* which hangs after Mongoose init and never binds port 8000 (502 behind Traefik). Pin the last stable release v0.1.0 (boots and serves the UI). - eqalpha/keydb:6.3.3 does not exist on Docker Hub; use the multi-arch alpine tag instead. Deploy-tested on a Dokploy instance: HTTP 200, HeyForm UI renders. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
heyform:
|
||||
image: heyform/community-edition:latest
|
||||
image: heyform/community-edition:v0.1.0
|
||||
restart: always
|
||||
volumes:
|
||||
# Persist uploaded images
|
||||
@@ -32,7 +32,7 @@ services:
|
||||
- mongo-data:/data/db
|
||||
|
||||
keydb:
|
||||
image: eqalpha/keydb:6.3.3
|
||||
image: eqalpha/keydb:alpine
|
||||
restart: always
|
||||
command: keydb-server --appendonly yes --protected-mode no
|
||||
volumes:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "heyform",
|
||||
"name": "HeyForm",
|
||||
"version": "latest",
|
||||
"version": "v0.1.0",
|
||||
"description": "Allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.",
|
||||
"logo": "heyform.svg",
|
||||
"links": {
|
||||
|
||||
Reference in New Issue
Block a user