Renovate Bot
7a76b33d15
This PR contains the following updates: | Package | Update | Change | |---|---|---| | registry.mgrote.net/statping-ng | pinDigest | -> `6b00a9f` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTIuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1Mi4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=--> Reviewed-on: #687 Co-authored-by: Renovate Bot <renovate@mgrote.net> Co-committed-by: Renovate Bot <renovate@mgrote.net>
27 lines
650 B
Django/Jinja
27 lines
650 B
Django/Jinja
version: '2.3'
|
|
|
|
services:
|
|
statping:
|
|
container_name: statping
|
|
image: "registry.mgrote.net/statping-ng:latest@sha256:6b00a9ff1560b66be71dc5afb74afe3336987b0ef46aad821fab8849e70768e7"
|
|
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
|