coolify/templates/compose/slash.yaml

18 lines
499 B
YAML
Raw Normal View History

2024-03-22 11:34:15 +01:00
# documentation: https://github.com/yourselfhosted/slash
# slogan: An open source, self-hosted links shortener and sharing platform.
# tags: links, shortener, sharing, url, short, link, sharing
# port: 5231
services:
slash:
image: yourselfhosted/slash
environment:
- SERVICE_FQDN_SLASH_5231
volumes:
- slash-data:/var/opt/slash
healthcheck:
2024-05-17 10:11:55 +02:00
test: ["CMD", "wget", "-q", "--spider", "http://127.0.0.1:5231"]
2024-03-22 11:34:15 +01:00
interval: 2s
timeout: 10s
retries: 15