mirror of
https://github.com/firewalkwithm3/stacks.git
synced 2025-07-01 18:37:48 +08:00
Compare commits
6 commits
5754c56f73
...
9ce1d02f5c
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9ce1d02f5c | ||
ee3bf0ca79 | |||
![]() |
bcc0b8c6b3 | ||
5fb67449a2 | |||
952aa0a5fe | |||
2c57f9a082 |
2 changed files with 27 additions and 0 deletions
|
@ -65,6 +65,8 @@ services:
|
||||||
POSTGRES_IP: jellystat_db
|
POSTGRES_IP: jellystat_db
|
||||||
POSTGRES_PORT: 5432
|
POSTGRES_PORT: 5432
|
||||||
JWT_SECRET: ${JELLYSTAT_JWT_SECRET}
|
JWT_SECRET: ${JELLYSTAT_JWT_SECRET}
|
||||||
|
JS_USER: fern
|
||||||
|
JS_PASSWORD: ${JELLYSTAT_PASSWORD}
|
||||||
TZ: Australia/Perth
|
TZ: Australia/Perth
|
||||||
volumes:
|
volumes:
|
||||||
- jellystat_data:/app/backend/backup-data
|
- jellystat_data:/app/backend/backup-data
|
||||||
|
|
25
scrutiny/compose.yaml
Normal file
25
scrutiny/compose.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
services:
|
||||||
|
scrutiny:
|
||||||
|
image: ghcr.io/analogj/scrutiny:master-omnibus
|
||||||
|
container_name: scrutiny
|
||||||
|
cap_add:
|
||||||
|
- SYS_RAWIO
|
||||||
|
volumes:
|
||||||
|
- /run/udev:/run/udev:ro
|
||||||
|
- /mnt/docker/scrutiny/influxdb:/opt/scrutiny/influxdb
|
||||||
|
- /mnt/docker/scrutiny/config:/opt/scrutiny/config
|
||||||
|
devices:
|
||||||
|
- /dev/disk/by-uuid/fcee0188-8ca1-4fda-81b7-f5920c79ab48
|
||||||
|
- /dev/disk/by-uuid/5d9dd538-79e4-4168-be91-e0b040155cb3
|
||||||
|
- /dev/disk/by-uuid/5a43b7dc-3e28-459e-824a-ad45b5475361
|
||||||
|
labels:
|
||||||
|
caddy: scrutiny.ferngarden.net
|
||||||
|
caddy.import: internal
|
||||||
|
caddy.reverse_proxy: '{{ upstreams 8080 }}'
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
metrics:
|
||||||
|
external: true
|
Loading…
Add table
Add a link
Reference in a new issue