Compare commits
1 Commits
aac99a4057
...
renovate/p
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ac72661a37 |
@@ -1,7 +1,7 @@
|
|||||||
services:
|
services:
|
||||||
gitea:
|
gitea:
|
||||||
container_name: gitea
|
container_name: gitea
|
||||||
image: gitea/gitea:1.25.5-rootless
|
image: gitea/gitea:1.25.2-rootless
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
- ${GITEA_DATA_LOCATION}:/var/lib/gitea
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ services:
|
|||||||
|
|
||||||
# Node Exporter - Host System Metrics
|
# Node Exporter - Host System Metrics
|
||||||
node_exporter:
|
node_exporter:
|
||||||
image: prom/node-exporter:v1.10.2
|
image: prom/node-exporter:v1.11.1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "9100:9100"
|
- "9100:9100"
|
||||||
|
|||||||
Reference in New Issue
Block a user