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