OJPQBDUTTJZEPEDA2PFAXUFQX3LYPJDQEEP63MEF4D3L4PN7RRSQC
CX6FL5M2UDUHWZUV4AKHC4XAKN7R7MV4EI3NXMTVRTP7O5KI5I5AC
GIKW7G7ZCEUPTGDPUV236VJCPM7UGNKI6LI2T5KMIUWVNB4PICQQC
J6PH2TWHEBJ6U6XRCEHXKSDRVLOPL4PCUEHEIFK5SVR6WZ7Q4GNQC
VKL4K7RIU44ELZLG3LGWMKODNVJMVZ5GGDITMPE4Z2TTQGXCVJBAC
version: "3.3"
version: "3.9"
# Even with all the following configuration # It's still required to conect to mongo shell, and create both the DB # and the user. db: image: mongo:latest restart: always environment: MONGO_INITDB_ROOT_USERNAME: mango MONGO_INITDB_ROOT_PASSWORD: bango MONGO_INITDB_DATABASE: ptc
# Even with all the following configuration
# It's still required to conect to mongo shell, and create both the DB
# and the user.
db:
image: mongo:latest
restart: always
environment:
MONGO_INITDB_ROOT_USERNAME: mango
MONGO_INITDB_ROOT_PASSWORD: bango
MONGO_INITDB_DATABASE: ptc
DB_DSN: mongodb://mango:bango@db
depends_on: - db
depends_on:
- db