mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
chore: prepare for PR
This commit is contained in:
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
Reference in New Issue
Block a user