Michael Grote
47b00dca68
Reviewed-on: #658 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
27 lines
569 B
Django/Jinja
27 lines
569 B
Django/Jinja
version: '2.3'
|
|
|
|
services:
|
|
statping:
|
|
container_name: statping
|
|
image: "adamboutcher/statping-ng:latest"
|
|
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
|