move gatus
This commit is contained in:
parent
b43eb98053
commit
5b1189fc46
2 changed files with 16 additions and 14 deletions
|
@ -1,19 +1,7 @@
|
|||
version: '2.2'
|
||||
|
||||
services:
|
||||
gatus:
|
||||
build: custom/gatus
|
||||
environment:
|
||||
VIRTUAL_HOST: s.ixvd.net
|
||||
VIRTUAL_PORT: 8080
|
||||
LETSENCRYPT_HOST: s.ixvd.net
|
||||
volumes:
|
||||
- /srv/gatus/data:/data
|
||||
networks:
|
||||
- proxy
|
||||
- minecraft
|
||||
- cloud
|
||||
- internal
|
||||
|
||||
|
||||
ntfy:
|
||||
build: custom/ntfy
|
||||
|
|
|
@ -4,7 +4,21 @@ networks:
|
|||
metrics:
|
||||
|
||||
services:
|
||||
|
||||
gatus:
|
||||
build: custom/gatus
|
||||
environment:
|
||||
VIRTUAL_HOST: s.ixvd.net
|
||||
VIRTUAL_PORT: 8080
|
||||
LETSENCRYPT_HOST: s.ixvd.net
|
||||
volumes:
|
||||
- /srv/gatus/data:/data
|
||||
networks:
|
||||
- proxy
|
||||
- minecraft
|
||||
- cloud
|
||||
- metrics
|
||||
- internal
|
||||
|
||||
prometheus:
|
||||
build:
|
||||
context: ./custom/prometheus
|
||||
|
|
Reference in a new issue