summaryrefslogtreecommitdiff
path: root/roles/backup-notifications/templates/docker-compose.yml.j2
blob: 79be2c9b7bd6c43d73a5d45ef15ca0876b743792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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