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

26 lines
588 B
Text
Raw Normal View History

version: '2.3'
services:
statping:
container_name: statping
image: "registry.mgrote.net/statping-ng:latest@sha256:2bac4444fd331fc523f86b565a05503a2d88c9dc4eafb515af4901af3e8e1489"
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
volumes:
statping_data:
networks:
mail-relay:
external: true