Skip to content

Commit

Permalink
Added healthcheck.io to private server
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsteenken committed Mar 3, 2024
1 parent 19cfe16 commit a0b7db5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions private_server/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
- /var/lib/docker/volumes:/var/lib/docker/volumes

server_healthcheck:
container_name: server_healthcheck
image: sethsteenken/http-pinger:latest
restart: unless-stopped
environment:
- URL=${HEALTHCHECKSIO_URL}
- CRON_SCHEDULE=${HEALTHCHECKSIO_CRON_SCHEDULE}
network_mode: "bridge"

volumes:
auto_download_watch:
name: "auto_download_watch"
Expand Down

0 comments on commit a0b7db5

Please sign in to comment.