We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5826202 + cd8b274 commit 1a831fdCopy full SHA for 1a831fd
compose.database.yml
@@ -14,7 +14,7 @@ services:
14
# start_period: 30s
15
command: --http_port 8222
16
nats-exporter:
17
- image: docker.io/bitnami/nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
+ image: docker.io/natsio/prometheus-nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
18
depends_on:
19
- nats
20
expose:
@@ -24,7 +24,7 @@ services:
24
- -varz
25
- "http://nats:8222"
26
mongodb:
27
- image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-6.0}
+ image: docker.io/bitnamilegacy/mongodb:${MONGODB_VERSION:-6.0}
28
restart: always
29
volumes:
30
- ${MONGODB_HOST_PATH:-mongodb_data}:/bitnami/mongodb:rw
0 commit comments