Skip to content

Commit df6b365

Browse files
committed
Generated docker-compose.yml in generated/docker-compose.yml
1 parent 1a831fd commit df6b365

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

generated/docker-compose-no-traefik.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
# start_period: 30s
4545
command: --http_port 8222
4646
nats-exporter:
47-
image: docker.io/bitnami/nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
47+
image: docker.io/natsio/prometheus-nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
4848
depends_on:
4949
- nats
5050
expose:
@@ -54,7 +54,7 @@ services:
5454
- -varz
5555
- "http://nats:8222"
5656
mongodb:
57-
image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-6.0}
57+
image: docker.io/bitnamilegacy/mongodb:${MONGODB_VERSION:-6.0}
5858
restart: always
5959
volumes:
6060
- ${MONGODB_HOST_PATH:-mongodb_data}:/bitnami/mongodb:rw

generated/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ services:
4444
# start_period: 30s
4545
command: --http_port 8222
4646
nats-exporter:
47-
image: docker.io/bitnami/nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
47+
image: docker.io/natsio/prometheus-nats-exporter:${NATS_EXPORTER_VERSION:-0.17.3}
4848
depends_on:
4949
- nats
5050
expose:
@@ -54,7 +54,7 @@ services:
5454
- -varz
5555
- "http://nats:8222"
5656
mongodb:
57-
image: docker.io/bitnami/mongodb:${MONGODB_VERSION:-6.0}
57+
image: docker.io/bitnamilegacy/mongodb:${MONGODB_VERSION:-6.0}
5858
restart: always
5959
volumes:
6060
- ${MONGODB_HOST_PATH:-mongodb_data}:/bitnami/mongodb:rw

0 commit comments

Comments
 (0)