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