infra/roles/backup-notifications/templates/docker-compose.yml.j2

15 lines
319 B
Plaintext
Raw Normal View History

2024-04-27 23:41:11 -04:00
version: "3"
services:
backup-notify:
image: git.simponic.xyz/simponic/backup-notify:latest
healthcheck:
test: ["CMD", "wget", "--spider", "http://localhost:8080/health"]
interval: 5s
timeout: 10s
retries: 5
ports:
- "127.0.0.1:31152:8080"
volumes:
- ./db:/app/db