add statping-ng (#605)

Reviewed-on: #605
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2023-11-21 17:45:57 +01:00 committed by mg
parent 31a903c556
commit 4129af2b83
4 changed files with 27 additions and 4 deletions

View File

@ -82,10 +82,6 @@ services:
- data:/var/www/html/data
networks:
- intern
# ports:
# - 80:80
networks:
- intern
- traefik
- mail-relay
labels:

View File

@ -0,0 +1,25 @@
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
volumes:
statping_data:
networks:
mail-relay:
external: true

View File

@ -74,6 +74,8 @@ compose_files:
- name: wiki
state: present
network: traefik
- name: statping-ng
state: present
### oefenweb.ufw
ufw_rules:

Binary file not shown.