docker: remove statping-ng (#759)

Reviewed-on: #759
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 2024-02-07 12:13:40 +01:00 committed by mg
parent b2b41fb4fa
commit a36b1bfb97
3 changed files with 1 additions and 26 deletions

View File

@ -1,25 +0,0 @@
version: '2.3'
services:
statping:
container_name: statping
image: "registry.mgrote.net/statping-ng:v1.0.79"
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

@ -73,7 +73,7 @@ compose_files:
state: present
network: traefik
- name: statping-ng
state: present
state: absent
### oefenweb.ufw
ufw_rules:

Binary file not shown.