Compare commits
15 Commits
93da75e4d2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 059ad90527 | |||
| 80413e1dd3 | |||
| 1ed65f2ee0 | |||
| 7fc91a97f8 | |||
| 93bec6e0ce | |||
| e4f1536808 | |||
| 36645f290b | |||
| 580bbda26c | |||
| 9b8dc00b4f | |||
| a72c9fcc1c | |||
| ac2e0a0aff | |||
| 427631a005 | |||
| 26a4ac3c7a | |||
| 0e4573c3b3 | |||
| 7bb1ce3c03 |
@@ -4,7 +4,7 @@
|
||||
|
||||
| Service | Image | Description |
|
||||
| --- | --- | --- |
|
||||
| adguard | adguard/adguardhome:v0.107.76 | |
|
||||
| adguard | adguard/adguardhome:v0.107.77 | |
|
||||
| beszel-agent | henrygd/beszel-agent:0.18.7 | |
|
||||
| castsponsorskip | ghcr.io/gabe565/castsponsorskip:0.8.3 | |
|
||||
| docker-socket-proxy | ghcr.io/tecnativa/docker-socket-proxy:latest | |
|
||||
|
||||
+7
-7
@@ -10,7 +10,7 @@ services:
|
||||
container_name: adguard
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
image: adguard/adguardhome:v0.107.76@sha256:7157eb1dc3b26c7af1d6898759a7b3f7d0fa09891fbd2d3caa6abc1057a9179b
|
||||
image: adguard/adguardhome:v0.107.77@sha256:e6f2b8bcda06064ab055b44933a4f0e983c35558b9cdb8d2e7ab1efcee36d890
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
@@ -195,13 +195,13 @@ services:
|
||||
REDIS_DB: 0
|
||||
TRUST_PROXY: true
|
||||
TZ: ${TZ}
|
||||
image: ghcr.io/patchmon/patchmon-server:latest
|
||||
image: ghcr.io/patchmon/patchmon-server:latest@sha256:eaa1bcce290c7003cff01a96cfc893a64cb144e582e9b797875e6381f56b297a
|
||||
ports:
|
||||
- 3000:3000
|
||||
restart: unless-stopped
|
||||
patchmon-pg-db:
|
||||
container_name: patchmon-pg-db
|
||||
image: postgres:17-alpine
|
||||
image: postgres:17-alpine@sha256:dc17045ccfd343b49600570ea734b9c4991cf1c3f3302e67df51e3b402dd55c4
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
POSTGRES_PASSWORD: ${PATCHMON_PG_PASSWORD}
|
||||
@@ -218,7 +218,7 @@ services:
|
||||
retries: 7
|
||||
patchmon-redis:
|
||||
container_name: patchmon-redis
|
||||
image: redis:7-alpine
|
||||
image: redis:7-alpine@sha256:6ab0b6e7381779332f97b8ca76193e45b0756f38d4c0dcda72dbb3c32061ab99
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
TZ: ${TZ}
|
||||
@@ -245,7 +245,7 @@ services:
|
||||
retries: 7
|
||||
patchmon-guacd:
|
||||
container_name: patchmon-guacd
|
||||
image: guacamole/guacd:1.6.0
|
||||
image: guacamole/guacd:1.6.0@sha256:8974eaa9ba32f713daf311e7cc8cd7e4cdfba1edea39eed75524e78ef4b08f4f
|
||||
expose:
|
||||
- 4822
|
||||
restart: unless-stopped
|
||||
@@ -266,7 +266,7 @@ services:
|
||||
start_period: 10s
|
||||
portainer-agent:
|
||||
container_name: portainer_agent
|
||||
image: portainer/agent:latest@sha256:dc0e8285f8b4c105c3237f1cc0022f92dd265c53ced5f53b9ce7c9741144e879
|
||||
image: portainer/agent:latest@sha256:e95f767f2caa2bcccaaa130ea73a43b16b880c6c8a841b20a58abf56a8eac63c
|
||||
volumes:
|
||||
- /:/host
|
||||
- /var/lib/docker/volumes:/var/lib/docker/volumes
|
||||
@@ -378,7 +378,7 @@ services:
|
||||
healthcheck:
|
||||
test: curl -fs "http://localhost:5000/api/health" || exit 1
|
||||
interval: 10s
|
||||
image: ghcr.io/seriousm4x/upsnap:5@sha256:46df3e76907b8d8107a64918a8d7de329d9d1d3aaaa5701ae9f0e0eb869e4170 # images are also available on docker hub: seriousm4x/upsnap:5
|
||||
image: ghcr.io/seriousm4x/upsnap:5@sha256:a73c9db5a987289da68dc602e68fc0307c9ee57c563f53004d09ae3e3cf45a0a # images are also available on docker hub: seriousm4x/upsnap:5
|
||||
network_mode: host
|
||||
privileged: true
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user