-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
79 lines (79 loc) · 3.79 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
Network ronaldo_scardini_default Creating
Network ronaldo_scardini_default Created
Container db-rinha Creating
Container db-rinha Created
Container api01 Creating
Container api02 Creating
Container api01 Created
Container api02 Created
Container nginx-rinha Creating
Container nginx-rinha Created
Attaching to api01, api02, db-rinha, nginx-rinha
db-rinha | The files belonging to this database system will be owned by user "postgres".
db-rinha | This user must also own the server process.
db-rinha |
db-rinha | The database cluster will be initialized with locale "en_US.utf8".
db-rinha | The default database encoding has accordingly been set to "UTF8".
db-rinha | The default text search configuration will be set to "english".
db-rinha |
db-rinha | Data page checksums are disabled.
db-rinha |
db-rinha | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db-rinha | creating subdirectories ... ok
db-rinha | selecting dynamic shared memory implementation ... posix
db-rinha | selecting default max_connections ... 100
db-rinha | selecting default shared_buffers ... 128MB
db-rinha | selecting default time zone ... Etc/UTC
db-rinha | creating configuration files ... ok
db-rinha | running bootstrap script ... ok
db-rinha | performing post-bootstrap initialization ... ok
db-rinha | initdb: warning: enabling "trust" authentication for local connections
db-rinha | 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.
db-rinha | syncing data to disk ... ok
db-rinha |
db-rinha |
db-rinha | Success. You can now start the database server using:
db-rinha |
db-rinha | pg_ctl -D /var/lib/postgresql/data -l logfile start
db-rinha |
db-rinha | waiting for server to start.... done
db-rinha | server started
db-rinha | CREATE DATABASE
db-rinha |
db-rinha |
db-rinha | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/init.sql
db-rinha | CREATE TABLE
db-rinha | CREATE TABLE
db-rinha | CREATE TABLE
db-rinha | DO
db-rinha | CREATE PROCEDURE
db-rinha | CREATE FUNCTION
db-rinha |
db-rinha |
db-rinha | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/postgresql.conf
db-rinha |
db-rinha | waiting for server to shut down.... done
db-rinha | server stopped
db-rinha |
db-rinha | PostgreSQL init process complete; ready for start up.
db-rinha |
api01 | Clients in cache: [3, 5, 2, 1, 4]
api01 | Serving at port: 8080
api02 | Clients in cache: [4, 5, 2, 1, 3]
api02 | Serving at port: 8080
nginx-rinha | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
nginx-rinha | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
nginx-rinha | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
nginx-rinha | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
nginx-rinha | 10-listen-on-ipv6-by-default.sh: info: Enabled listen on IPv6 in /etc/nginx/conf.d/default.conf
nginx-rinha | /docker-entrypoint.sh: Sourcing /docker-entrypoint.d/15-local-resolvers.envsh
nginx-rinha | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
nginx-rinha | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
nginx-rinha | /docker-entrypoint.sh: Configuration complete; ready for start up
nginx-rinha exited with code 0
nginx-rinha exited with code 0
api01 exited with code 0
api01 exited with code 0
api02 exited with code 0
api02 exited with code 0
db-rinha exited with code 0