-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
34 lines (34 loc) · 1.82 KB
/
docker-compose.logs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
Network gmrms_default Creating
Network gmrms_default Created
Container gmrms-mongo-1 Creating
Container gmrms-mongo-1 Created
Container gmrms-api01-1 Creating
Container gmrms-api02-1 Creating
Container gmrms-api02-1 Created
Container gmrms-api01-1 Created
Container gmrms-nginx-1 Creating
Container gmrms-nginx-1 Created
Attaching to api01-1, api02-1, mongo-1, nginx-1
api02-1 | Pulando inicialização do banco de dados
api01-1 | Configurando collection de clientes...
api01-1 | 2024-02-19 04:09:18.892 [main] DEBUG reactor.util.Loggers - Using Slf4j logging framework
nginx-1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-1 | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-1 | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-1 | /docker-entrypoint.sh: Configuration complete; ready for start up
api01-1 | Collection de clientes configurada
api01-1 | Criando clientes...
api01-1 | Clientes criados
api02-1 | 2024-02-19 04:09:27.456 [DefaultDispatcher-worker-1] DEBUG reactor.util.Loggers - Using Slf4j logging framework
nginx-1 exited with code 0
nginx-1 exited with code 0
api01-1 exited with code 0
api01-1 exited with code 143
api02-1 exited with code 0
api02-1 exited with code 143
mongo-1 exited with code 0