forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.logs
116 lines (116 loc) · 6.63 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Container postgres Creating
Container postgres Created
Container api02 Creating
Container api01 Creating
Container api01 Created
Container api02 Created
Container nginx Creating
Container nginx Created
Attaching to api01, api02, nginx, postgres
postgres | The files belonging to this database system will be owned by user "postgres".
postgres | This user must also own the server process.
postgres |
postgres | The database cluster will be initialized with locale "en_US.utf8".
postgres | The default database encoding has accordingly been set to "UTF8".
postgres | The default text search configuration will be set to "english".
postgres |
postgres | Data page checksums are disabled.
postgres |
postgres | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgres | creating subdirectories ... ok
postgres | selecting dynamic shared memory implementation ... posix
postgres | selecting default max_connections ... 100
postgres | selecting default shared_buffers ... 128MB
postgres | selecting default time zone ... Etc/UTC
postgres | creating configuration files ... ok
postgres | running bootstrap script ... ok
postgres | performing post-bootstrap initialization ... ok
postgres | syncing data to disk ... ok
postgres |
postgres |
postgres | Success. You can now start the database server using:
postgres |
postgres | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgres |
postgres | initdb: warning: enabling "trust" authentication for local connections
postgres | initdb: hint: You can change this by editing pg_hba.conf or using the option -A, or --auth-local and --auth-host, the next time you run initdb.
postgres | waiting for server to start.... done
postgres | server started
postgres | CREATE DATABASE
postgres |
postgres |
postgres | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/0_init.sql
postgres | CREATE TABLE
postgres | CREATE TABLE
postgres | CREATE INDEX
postgres | INSERT 0 5
postgres |
postgres |
postgres | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/postgresql.conf
postgres |
postgres | waiting for server to shut down.... done
postgres | server stopped
postgres |
postgres | PostgreSQL init process complete; ready for start up.
postgres |
nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
api01 | [2024-02-19 04:20:16.35553] [1] [info] Listening at "http://*:8081/"
api01 | [2024-02-19 04:20:16.35572] [1] [info] Manager 1 started
api01 | Web application available at http://127.0.0.1:8081/
api01 | [2024-02-19 04:20:16.35746] [7] [info] Worker 7 started
api02 | [2024-02-19 04:20:16.35815] [1] [info] Listening at "http://*:8082/"
api02 | [2024-02-19 04:20:16.35835] [1] [info] Manager 1 started
api02 | Web application available at http://127.0.0.1:8082/
api01 | [2024-02-19 04:20:16.35914] [9] [info] Worker 9 started
api01 | [2024-02-19 04:20:16.35969] [1] [info] Creating process id file "/usr/src/app/camelo-de-rinha/hypnotoad.pid"
api02 | [2024-02-19 04:20:16.36016] [7] [info] Worker 7 started
api02 | [2024-02-19 04:20:16.36112] [8] [info] Worker 8 started
api02 | [2024-02-19 04:20:16.36176] [9] [info] Worker 9 started
api02 | [2024-02-19 04:20:16.36235] [1] [info] Creating process id file "/usr/src/app/camelo-de-rinha/hypnotoad.pid"
api02 | [2024-02-19 04:20:16.36238] [10] [info] Worker 10 started
api01 | [2024-02-19 04:20:16.41564] [8] [info] Worker 8 started
api01 | [2024-02-19 04:20:16.41668] [10] [info] Worker 10 started
api02 | [2024-02-19 04:23:26.40826] [1] [info] Worker 8 stopped
api02 | [2024-02-19 04:23:26.41079] [11] [info] Worker 11 started
api02 | [2024-02-19 04:23:30.84185] [1] [info] Worker 10 stopped
api02 | [2024-02-19 04:23:30.84339] [12] [info] Worker 12 started
api01 | [2024-02-19 04:23:48.29159] [1] [info] Worker 10 stopped
api01 | [2024-02-19 04:23:48.29315] [11] [info] Worker 11 started
api02 | [2024-02-19 04:24:05.43850] [1] [info] Worker 7 stopped
api02 | [2024-02-19 04:24:05.44005] [13] [info] Worker 13 started
nginx exited with code 0
nginx exited with code 0
api02 | [2024-02-19 04:24:30.80073] [1] [warn] Stopping worker 9 immediately
api02 | [2024-02-19 04:24:30.80085] [1] [warn] Stopping worker 13 immediately
api02 | [2024-02-19 04:24:30.80087] [1] [warn] Stopping worker 11 immediately
api02 | [2024-02-19 04:24:30.80090] [1] [warn] Stopping worker 12 immediately
api02 | [2024-02-19 04:24:30.80279] [1] [info] Worker 13 stopped
api02 | [2024-02-19 04:24:30.80288] [1] [warn] Stopping worker 9 immediately
api02 | [2024-02-19 04:24:30.80291] [1] [warn] Stopping worker 11 immediately
api02 | [2024-02-19 04:24:30.80293] [1] [warn] Stopping worker 12 immediately
api02 | [2024-02-19 04:24:30.80682] [1] [info] Worker 9 stopped
api02 | [2024-02-19 04:24:30.80690] [1] [info] Worker 11 stopped
api02 | [2024-02-19 04:24:30.80694] [1] [info] Worker 12 stopped
api02 | [2024-02-19 04:24:30.80698] [1] [info] Manager 1 stopped
api01 | [2024-02-19 04:24:30.80063] [1] [warn] Stopping worker 9 immediately
api01 | [2024-02-19 04:24:30.80077] [1] [warn] Stopping worker 7 immediately
api01 | [2024-02-19 04:24:30.80080] [1] [warn] Stopping worker 11 immediately
api01 | [2024-02-19 04:24:30.80083] [1] [warn] Stopping worker 8 immediately
api01 | [2024-02-19 04:24:30.80694] [1] [info] Worker 7 stopped
api01 | [2024-02-19 04:24:30.80703] [1] [info] Worker 8 stopped
api01 | [2024-02-19 04:24:30.80708] [1] [info] Worker 9 stopped
api01 | [2024-02-19 04:24:30.80713] [1] [warn] Stopping worker 11 immediately
api01 | [2024-02-19 04:24:30.80738] [1] [info] Worker 11 stopped
api01 | [2024-02-19 04:24:30.80744] [1] [info] Manager 1 stopped
api02 exited with code 0
api01 exited with code 0
api01 exited with code 0
postgres exited with code 0