chore: prepare for PR
This commit is contained in:
parent
cab2c9674a
commit
d69bdabee2
3 changed files with 180 additions and 6 deletions
22
templates/compose/sessy.yaml
Normal file
22
templates/compose/sessy.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
# documentation: https://github.com/marckohlbrugge/sessy/blob/main/docs/docker-deployment.md
|
||||
# slogan: Email observability platform for monitoring and analyzing email systems.
|
||||
# category: monitoring
|
||||
# tags: email, observability, monitoring, analytics
|
||||
# logo: svgs/sessy.svg
|
||||
# port: 80
|
||||
|
||||
services:
|
||||
sessy:
|
||||
image: ghcr.io/marckohlbrugge/sessy:main
|
||||
environment:
|
||||
- SERVICE_URL_SESSY_80
|
||||
- SECRET_KEY_BASE=$SERVICE_HEX_64_SESSYSECRET
|
||||
- HTTP_AUTH_USERNAME=$SERVICE_USER_SESSY
|
||||
- HTTP_AUTH_PASSWORD=$SERVICE_PASSWORD_SESSY
|
||||
volumes:
|
||||
- sessy-data:/rails/storage
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "curl -sf http://127.0.0.1:80 || [ $? -eq 22 ]"]
|
||||
interval: 5s
|
||||
timeout: 10s
|
||||
retries: 10
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue