Skip to content

Commit 9d67579

Browse files
committed
Update docker-compose.prod-infra.yml
1 parent 396c8da commit 9d67579

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docker-compose.prod-infra.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: codecampus-infrastructures
33
services:
44
# ---------- PostgreSQL ----------
55
postgres:
6-
image: bitnami/postgresql:latest
6+
image: bitnamilegacy/postgresql:latest
77
container_name: postgres
88
restart: unless-stopped
99
environment:
@@ -98,7 +98,7 @@ services:
9898

9999
# ---------- Neo4j ----------
100100
neo4j:
101-
image: bitnami/neo4j:latest
101+
image: bitnamilegacy/neo4j:latest
102102
container_name: neo4j
103103
restart: unless-stopped
104104
environment:
@@ -144,7 +144,7 @@ services:
144144

145145
# ---------- MinIO ----------
146146
minio:
147-
image: bitnami/minio:latest
147+
image: bitnamilegacy/minio:latest
148148
container_name: minio
149149
restart: unless-stopped
150150
environment:
@@ -187,7 +187,7 @@ services:
187187

188188
# ---------- Elasticsearch ----------
189189
elasticsearch:
190-
image: bitnami/elasticsearch:8.7.0
190+
image: bitnamilegacy/elasticsearch:8.7.0
191191
container_name: elasticsearch
192192
restart: unless-stopped
193193
environment:
@@ -228,7 +228,7 @@ services:
228228

229229
# ---------- MongoDB ----------
230230
mongo:
231-
image: bitnami/mongodb:latest
231+
image: bitnamilegacy/mongodb:latest
232232
container_name: mongo
233233
restart: unless-stopped
234234
environment:

0 commit comments

Comments
 (0)