fix(template): fix heyform template
This commit is contained in:
parent
8a5ccd6323
commit
01459df60d
1 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
# category: productivity
|
# category: productivity
|
||||||
# tags: form, builder, forms, survey, quiz, open source, self-hosted, docker
|
# tags: form, builder, forms, survey, quiz, open source, self-hosted, docker
|
||||||
# logo: svgs/heyform.svg
|
# logo: svgs/heyform.svg
|
||||||
# port: 8000
|
# port: 9157
|
||||||
|
|
||||||
services:
|
services:
|
||||||
heyform:
|
heyform:
|
||||||
|
|
@ -16,7 +16,7 @@ services:
|
||||||
keydb:
|
keydb:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
environment:
|
environment:
|
||||||
- SERVICE_URL_HEYFORM_8000
|
- SERVICE_URL_HEYFORM_9157
|
||||||
- APP_HOMEPAGE_URL=${SERVICE_URL_HEYFORM}
|
- APP_HOMEPAGE_URL=${SERVICE_URL_HEYFORM}
|
||||||
- SESSION_KEY=${SERVICE_BASE64_64_SESSION}
|
- SESSION_KEY=${SERVICE_BASE64_64_SESSION}
|
||||||
- FORM_ENCRYPTION_KEY=${SERVICE_BASE64_64_FORM}
|
- FORM_ENCRYPTION_KEY=${SERVICE_BASE64_64_FORM}
|
||||||
|
|
@ -25,7 +25,7 @@ services:
|
||||||
- REDIS_PORT=6379
|
- REDIS_PORT=6379
|
||||||
- REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB}
|
- REDIS_PASSWORD=${SERVICE_PASSWORD_KEYDB}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8000 || exit 1"]
|
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:9157 || exit 1"]
|
||||||
interval: 5s
|
interval: 5s
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue