mirror of
https://github.com/MatthewL246/pretendo-docker.git
synced 2026-09-08 19:35:15 -05:00
Revert "Most containers actually will be fine without DNS resolution"
Seems like that is actually not true. This reverts commit 8b6d00db6e.
This commit is contained in:
@@ -52,6 +52,8 @@ services:
|
||||
mongodb:
|
||||
# TODO: Set up authentication
|
||||
image: mongo:latest
|
||||
depends_on:
|
||||
- coredns
|
||||
ports:
|
||||
# For connecting with mongosh or MongoDB Compass
|
||||
- 127.0.0.1:27017:27017
|
||||
@@ -69,6 +71,8 @@ services:
|
||||
|
||||
minio:
|
||||
image: minio/minio:latest
|
||||
depends_on:
|
||||
- coredns
|
||||
ports:
|
||||
# Web console
|
||||
- 127.0.0.1:9090:9090
|
||||
@@ -86,6 +90,8 @@ services:
|
||||
|
||||
redis:
|
||||
image: redis:alpine
|
||||
depends_on:
|
||||
- coredns
|
||||
volumes:
|
||||
- type: volume
|
||||
source: redis-data
|
||||
@@ -100,6 +106,8 @@ services:
|
||||
# also seems unmaintained.
|
||||
maildev:
|
||||
image: maildev/maildev:latest
|
||||
depends_on:
|
||||
- coredns
|
||||
ports:
|
||||
# MailDev web UI
|
||||
- 127.0.0.1:1080:1080
|
||||
|
||||
Reference in New Issue
Block a user