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'
|
version: '2.2'
|
||||||
|
|
||||||
services:
|
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:
|
ntfy:
|
||||||
build: custom/ntfy
|
build: custom/ntfy
|
||||||
|
|
|
@ -4,6 +4,20 @@ networks:
|
||||||
metrics:
|
metrics:
|
||||||
|
|
||||||
services:
|
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:
|
prometheus:
|
||||||
build:
|
build:
|
||||||
|
|
Reference in a new issue