summaryrefslogtreecommitdiff
path: root/roles/backup-notifications/templates/docker-compose.yml.j2
blob: e915dd3bc41e34ca56f34101cac8bb5fd6510edc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: "3"

services:
  backup-notify:
    restart: always
    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