-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
83 lines (83 loc) · 6.64 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Network gutkedu-nodejs_default Creating
Network gutkedu-nodejs_default Created
Volume "gutkedu-nodejs_postgres" Creating
Volume "gutkedu-nodejs_postgres" Created
Container gutkedu-nodejs-postgres-1 Creating
Container gutkedu-nodejs-postgres-1 Created
Container gutkedu-nodejs-api02-1 Creating
Container gutkedu-nodejs-api01-1 Creating
Container gutkedu-nodejs-api01-1 Created
Container gutkedu-nodejs-api02-1 Created
Container gutkedu-nodejs-nginx-1 Creating
Container gutkedu-nodejs-nginx-1 Created
Attaching to api01-1, api02-1, nginx-1, postgres-1
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.68 [0m[38;5;2mINFO [0m ==>
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.68 [0m[38;5;2mINFO [0m ==> [1mWelcome to the Bitnami postgresql container[0m
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.69 [0m[38;5;2mINFO [0m ==> Subscribe to project updates by watching [1mhttps://github.com/bitnami/containers[0m
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.69 [0m[38;5;2mINFO [0m ==> Submit issues and feature requests at [1mhttps://github.com/bitnami/containers/issues[0m
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.69 [0m[38;5;2mINFO [0m ==>
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.72 [0m[38;5;2mINFO [0m ==> ** Starting PostgreSQL setup **
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.73 [0m[38;5;2mINFO [0m ==> Validating settings in POSTGRESQL_* env vars..
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.74 [0m[38;5;2mINFO [0m ==> Loading custom pre-init scripts...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.74 [0m[38;5;2mINFO [0m ==> Initializing PostgreSQL database...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.81 [0m[38;5;2mINFO [0m ==> pg_hba.conf file not detected. Generating it...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:16.81 [0m[38;5;2mINFO [0m ==> Generating local authentication configuration
api01-1 |
api01-1 | > [email protected] start
api01-1 | > node build/server.js
api01-1 |
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
api02-1 |
api02-1 | > [email protected] start
api02-1 | > node build/server.js
api02-1 |
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 | 🚀 HTTP server running
api02-1 | 🚀 HTTP server running
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.17 [0m[38;5;2mINFO [0m ==> Starting PostgreSQL in background...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.34 [0m[38;5;2mINFO [0m ==> Creating user docker
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.35 [0m[38;5;2mINFO [0m ==> Granting access to "docker" to the database "rinha_api"
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.43 [0m[38;5;2mINFO [0m ==> Setting ownership for the 'public' schema database "rinha_api" to "docker"
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.45 [0m[38;5;2mINFO [0m ==> Configuring replication parameters
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.53 [0m[38;5;2mINFO [0m ==> Configuring synchronous_replication
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.53 [0m[38;5;2mINFO [0m ==> Configuring fsync
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:19.54 [0m[38;5;2mINFO [0m ==> Stopping PostgreSQL...
postgres-1 | waiting for server to shut down.... done
postgres-1 | server stopped
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.15 [0m[38;5;2mINFO [0m ==> Loading custom scripts...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.15 [0m[38;5;2mINFO [0m ==> Loading user's custom files from /docker-entrypoint-initdb.d ...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.15 [0m[38;5;2mINFO [0m ==> Starting PostgreSQL in background...
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.32 [0m[38;5;2mINFO [0m ==> Enabling remote connections
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.33 [0m[38;5;2mINFO [0m ==> Stopping PostgreSQL...
postgres-1 | waiting for server to shut down.... done
postgres-1 | server stopped
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.53 [0m[38;5;2mINFO [0m ==> ** PostgreSQL setup finished! **
postgres-1 |
postgres-1 | [38;5;6mpostgresql [38;5;5m07:27:20.55 [0m[38;5;2mINFO [0m ==> ** Starting PostgreSQL **
postgres-1 | 2024-02-19 07:27:20.562 GMT [1] LOG: pgaudit extension initialized
postgres-1 | 2024-02-19 07:27:20.572 GMT [1] LOG: starting PostgreSQL 16.2 on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
postgres-1 | 2024-02-19 07:27:20.573 GMT [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgres-1 | 2024-02-19 07:27:20.573 GMT [1] LOG: listening on IPv6 address "::", port 5432
postgres-1 | 2024-02-19 07:27:20.578 GMT [1] LOG: listening on Unix socket "/tmp/.s.PGSQL.5432"
postgres-1 | 2024-02-19 07:27:20.585 GMT [168] LOG: database system was shut down at 2024-02-19 07:27:20 GMT
postgres-1 | 2024-02-19 07:27:20.590 GMT [1] LOG: database system is ready to accept connections
nginx-1 exited with code 0
nginx-1 exited with code 0
api02-1 exited with code 0
api02-1 exited with code 137
api01-1 exited with code 0
api01-1 exited with code 137
postgres-1 | 2024-02-19 07:31:46.199 GMT [1] LOG: received smart shutdown request
postgres-1 | 2024-02-19 07:31:46.205 GMT [1] LOG: background worker "logical replication launcher" (PID 171) exited with exit code 1
postgres-1 | 2024-02-19 07:31:46.205 GMT [166] LOG: shutting down
postgres-1 | 2024-02-19 07:31:46.208 GMT [166] LOG: checkpoint starting: shutdown immediate
postgres-1 | 2024-02-19 07:31:46.332 GMT [166] LOG: checkpoint complete: wrote 703 buffers (4.3%); 0 WAL file(s) added, 0 removed, 0 recycled; write=0.012 s, sync=0.095 s, total=0.128 s; sync files=30, longest=0.089 s, average=0.004 s; distance=2196 kB, estimate=2196 kB; lsn=0/1B73338, redo lsn=0/1B73338
postgres-1 | 2024-02-19 07:31:46.336 GMT [1] LOG: database system is shut down
postgres-1 exited with code 0