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:
parent
b2b41fb4fa
commit
a36b1bfb97
3 changed files with 1 additions and 26 deletions
|
@ -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
|
|
@ -73,7 +73,7 @@ compose_files:
|
|||
state: present
|
||||
network: traefik
|
||||
- name: statping-ng
|
||||
state: present
|
||||
state: absent
|
||||
|
||||
### oefenweb.ufw
|
||||
ufw_rules:
|
||||
|
|
BIN
keepass_db.kdbx
BIN
keepass_db.kdbx
Binary file not shown.
Loading…
Reference in a new issue