mirror of
https://github.com/aykhans/my-self-host-services.git
synced 2025-11-29 16:09:49 +00:00
Compare commits
2 Commits
baf4ed51ca
...
3b687f582c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3b687f582c | |||
| b8ce15ecfa |
@@ -1,52 +1,32 @@
|
||||
############# Grafana #############
|
||||
GRAFANA_DOMAIN=
|
||||
GRAFANA_CRT=
|
||||
GRAFANA_KEY=
|
||||
|
||||
############# Gitea #############
|
||||
GITEA_DOMAIN=
|
||||
GITEA_CRT=
|
||||
GITEA_KEY=
|
||||
|
||||
############# Slash #############
|
||||
SLASH_DOMAIN=
|
||||
SLASH_CRT=
|
||||
SLASH_KEY=
|
||||
|
||||
############# Memos #############
|
||||
MEMOS_DOMAIN=
|
||||
MEMOS_CRT=
|
||||
MEMOS_KEY=
|
||||
|
||||
############# WG easy #############
|
||||
WG_EASY_DOMAIN=
|
||||
WG_EASY_CRT=
|
||||
WG_EASY_KEY=
|
||||
|
||||
############# VaultWarden #############
|
||||
VAULTWARDEN_DOMAIN=
|
||||
VAULTWARDEN_CRT=
|
||||
VAULTWARDEN_KEY=
|
||||
|
||||
############# Sftpgo #############
|
||||
SFTPGO_DOMAIN=
|
||||
|
||||
############# Glance #############
|
||||
GLANCE_DOMAIN=
|
||||
GLANCE_CRT=
|
||||
GLANCE_KEY=
|
||||
|
||||
############# Ghost #############
|
||||
GHOST_DOMAIN=
|
||||
GHOST_CRT=
|
||||
GHOST_KEY=
|
||||
|
||||
############# Immich #############
|
||||
IMMICH_DOMAIN=
|
||||
IMMICH_CRT=
|
||||
IMMICH_KEY=
|
||||
|
||||
############# Uptime Kuma #############
|
||||
UPTIME_KUMA_DOMAIN=
|
||||
UPTIME_KUMA_CRT=
|
||||
UPTIME_KUMA_KEY=
|
||||
|
||||
@@ -122,6 +122,4 @@
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
import Caddyfile.private
|
||||
|
||||
@@ -5,6 +5,10 @@ networks:
|
||||
name: grafana
|
||||
driver: bridge
|
||||
external: true
|
||||
caddy:
|
||||
name: caddy
|
||||
driver: bridge
|
||||
external: true
|
||||
|
||||
services:
|
||||
prometheus:
|
||||
@@ -14,6 +18,7 @@ services:
|
||||
networks:
|
||||
- prometheus
|
||||
- grafana
|
||||
- caddy
|
||||
command: "--config.file=/etc/prometheus/prometheus.yaml --storage.tsdb.retention.time=10d --storage.tsdb.retention.size=15GB"
|
||||
volumes:
|
||||
- ./data/config/prometheus.yaml:/etc/prometheus/prometheus.yaml:ro
|
||||
|
||||
Reference in New Issue
Block a user