Conforme o print abaixo, os containers do rabbitmq, postgre e mongo não inicializaram:
Creio que seja por isso que quando eu rodo o comando 'docker-compose up --build', o consumer-academico fica em retrying eterno.
Alguém consegue me ajudar com essa questão? Abaixo estão os logs desses três containers:
mongo-mkt
warning: initdb logs cannot write to '/proc/1/fd/1', so they are in '/data/db/docker-initdb.log' instead
about to fork child process, waiting until server is ready for connections.
forked process: 28
ERROR: child process failed, exited with 51
To see additional information in this output, start without the "--fork" option.
warning: initdb logs cannot write to '/proc/1/fd/1', so they are in '/data/db/docker-initdb.log' instead
about to fork child process, waiting until server is ready for connections.
forked process: 28
ERROR: child process failed, exited with 51
To see additional information in this output, start without the "--fork" option.
warning: initdb logs cannot write to '/proc/1/fd/1', so they are in '/data/db/docker-initdb.log' instead
about to fork child process, waiting until server is ready for connections.
forked process: 28
ERROR: child process failed, exited with 51
To see additional information in this output, start without the "--fork" option.
postgre-academico
could not execute command ""/usr/lib/postgresql/17/bin/postgres" -V": Cannot allocate memory
initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/17/bin/initdb"
could not execute command ""/usr/lib/postgresql/17/bin/postgres" -V": Cannot allocate memory
initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/17/bin/initdb"
could not execute command ""/usr/lib/postgresql/17/bin/postgres" -V": Cannot allocate memory
initdb: error: program "postgres" is needed by initdb but was not found in the same directory as "/usr/lib/postgresql/17/bin/initdb"
rabbitmq
Failed to create thread: Operation not permitted (1)
Aborted