move gatus

This commit is contained in:
Didier Slof 2023-03-04 20:43:23 +01:00
parent b43eb98053
commit 5b1189fc46
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 16 additions and 14 deletions

View file

@ -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

View file

@ -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