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:
Mauricio Siu
2026-07-08 00:45:53 -06:00
parent 896f35a8f0
commit 8e9d32a783
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -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": {