Compare commits
2 Commits
f27d98b57f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 065d59d68b | |||
| d47635879a |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
error-pages:
|
||||
profiles: ["core","all","error-pages", "traefik"]
|
||||
image: tarampampam/error-pages:3
|
||||
image: tarampampam/error-pages:latest
|
||||
restart: always
|
||||
container_name: error-pages
|
||||
read_only: true
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
influxdb:
|
||||
profiles: ["monitoring","all","influxdb", "prometheus"]
|
||||
image: influxdb:2.7
|
||||
image: influxdb:2
|
||||
container_name: influxdb
|
||||
restart: unless-stopped
|
||||
# env_file:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
monitor-kuma:
|
||||
profiles: ["monitoring","all","uptime-kuma"]
|
||||
image: louislam/uptime-kuma:2.1.1
|
||||
image: louislam/uptime-kuma
|
||||
container_name: monitor-kuma
|
||||
restart: always
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user