homeserver/docker-compose/statping-ng/docker-compose.yml.j2

28 lines
650 B
Text
Raw Normal View History

version: '2.3'
services:
statping:
container_name: statping
image: "registry.mgrote.net/statping-ng:latest@sha256:0870eb27a6c0702e3e12c35072f75641c17e1383feca4a0ad89b977acfa5672f"
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