homeserver/docker-compose/statping-ng/docker-compose.yml.j2
Renovate Bot d337a8e548 chore(deps): update registry.mgrote.net/statping-ng:latest docker digest to 98000f2 (#703)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| registry.mgrote.net/statping-ng | digest | `6b00a9f` -> `98000f2` |

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNjUuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE2NS4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->

Reviewed-on: #703
Co-authored-by: Renovate Bot <renovate@mgrote.net>
Co-committed-by: Renovate Bot <renovate@mgrote.net>
2024-02-01 16:12:45 +01:00

28 lines
650 B
Django/Jinja

version: '2.3'
services:
statping:
container_name: statping
image: "registry.mgrote.net/statping-ng:latest@sha256:98000f2c5dc48ebcd91a980e0cc4473b65bbf6058a45cb699ec527b3e0ec7575"
restart: always
volumes:
- statping_data:/app
environment:
DB_CONN: sqlite
ALLOW_REPORT: false
ADMIN_USER: statadmin
ADMIN_PASSWORD: "{{ lookup('keepass', 'statping_admin_password', 'password') }}"
SAMPLE_DATA: false
ports:
- 8083:8080
networks:
- mail-relay
labels:
com.centurylinklabs.watchtower.enable: true
volumes:
statping_data:
networks:
mail-relay:
external: true