-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
121 lines (121 loc) · 7.8 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
117
118
119
120
121
Network leluque-micronaut-java_backend-network Creating
Network leluque-micronaut-java_backend-network Created
Container postgresql Creating
Container redis Creating
Container postgresql Created
Container api2 Creating
Container api1 Creating
Container redis Created
Container api2 Created
Container api1 Created
Container leluque-micronaut-java-nginx-1 Creating
Container leluque-micronaut-java-nginx-1 Created
Attaching to api1, api2, nginx-1, postgresql, redis
postgresql | The files belonging to this database system will be owned by user "postgres".
postgresql | This user must also own the server process.
postgresql |
postgresql | The database cluster will be initialized with locale "en_US.utf8".
postgresql | The default database encoding has accordingly been set to "UTF8".
postgresql | The default text search configuration will be set to "english".
postgresql |
postgresql | Data page checksums are disabled.
postgresql |
postgresql | fixing permissions on existing directory /var/lib/postgresql/data ... ok
postgresql | creating subdirectories ... ok
postgresql | selecting dynamic shared memory implementation ... posix
postgresql | selecting default max_connections ... 100
postgresql | selecting default shared_buffers ... 128MB
postgresql | selecting default time zone ... UTC
postgresql | creating configuration files ... ok
redis | 1:C 28 Feb 2024 20:21:52.821 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis | 1:C 28 Feb 2024 20:21:52.821 * oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis | 1:C 28 Feb 2024 20:21:52.821 * Redis version=7.2.4, bits=64, commit=00000000, modified=0, pid=1, just started
redis | 1:C 28 Feb 2024 20:21:52.821 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis | 1:M 28 Feb 2024 20:21:52.822 * monotonic clock: POSIX clock_gettime
redis | 1:M 28 Feb 2024 20:21:52.822 * Running mode=standalone, port=6379.
redis | 1:M 28 Feb 2024 20:21:52.822 * Server initialized
redis | 1:M 28 Feb 2024 20:21:52.822 * Ready to accept connections tcp
postgresql | running bootstrap script ... ok
api2 | __ __ _ _
api2 | | \/ (_) ___ _ __ ___ _ __ __ _ _ _| |_
api2 | | |\/| | |/ __| '__/ _ \| '_ \ / _` | | | | __|
api2 | | | | | | (__| | | (_) | | | | (_| | |_| | |_
api2 | |_| |_|_|\___|_| \___/|_| |_|\__,_|\__,_|\__|
api1 | __ __ _ _
api1 | | \/ (_) ___ _ __ ___ _ __ __ _ _ _| |_
api1 | | |\/| | |/ __| '__/ _ \| '_ \ / _` | | | | __|
api1 | | | | | | (__| | | (_) | | | | (_| | |_| | |_
api1 | |_| |_|_|\___|_| \___/|_| |_|\__,_|\__,_|\__|
postgresql | sh: locale: not found
postgresql | 2024-02-28 20:21:53.218 UTC [30] WARNING: no usable system locales were found
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
postgresql | performing post-bootstrap initialization ... ok
postgresql | syncing data to disk ... ok
postgresql |
postgresql |
postgresql | Success. You can now start the database server using:
postgresql |
postgresql | pg_ctl -D /var/lib/postgresql/data -l logfile start
postgresql |
postgresql | initdb: warning: enabling "trust" authentication for local connections
postgresql | You can change this by editing pg_hba.conf or using the option -A, or
postgresql | --auth-local and --auth-host, the next time you run initdb.
postgresql | waiting for server to start....2024-02-28 20:21:54.449 UTC [35] LOG: starting PostgreSQL 13.0 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.3.0) 9.3.0, 64-bit
postgresql | 2024-02-28 20:21:54.449 UTC [35] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgresql | 2024-02-28 20:21:54.450 UTC [36] LOG: database system was shut down at 2024-02-28 20:21:53 UTC
postgresql | 2024-02-28 20:21:54.451 UTC [35] LOG: database system is ready to accept connections
postgresql | done
postgresql | server started
postgresql | CREATE DATABASE
postgresql |
postgresql |
postgresql | /usr/local/bin/docker-entrypoint.sh: running /docker-entrypoint-initdb.d/dump.sql
postgresql | CREATE TABLE
postgresql | CREATE TABLE
postgresql | CREATE PROCEDURE
postgresql | INSERT 0 5
postgresql |
postgresql |
postgresql | waiting for server to shut down....2024-02-28 20:21:54.568 UTC [35] LOG: received fast shutdown request
postgresql | 2024-02-28 20:21:54.568 UTC [35] LOG: aborting any active transactions
postgresql | 2024-02-28 20:21:54.568 UTC [35] LOG: background worker "logical replication launcher" (PID 42) exited with exit code 1
postgresql | 2024-02-28 20:21:54.568 UTC [37] LOG: shutting down
postgresql | 2024-02-28 20:21:54.571 UTC [35] LOG: database system is shut down
postgresql | done
postgresql | server stopped
postgresql |
postgresql | PostgreSQL init process complete; ready for start up.
postgresql |
postgresql | 2024-02-28 20:21:54.676 UTC [1] LOG: starting PostgreSQL 13.0 on x86_64-pc-linux-musl, compiled by gcc (Alpine 9.3.0) 9.3.0, 64-bit
postgresql | 2024-02-28 20:21:54.677 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
postgresql | 2024-02-28 20:21:54.677 UTC [1] LOG: listening on IPv6 address "::", port 5432
postgresql | 2024-02-28 20:21:54.677 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
postgresql | 2024-02-28 20:21:54.678 UTC [48] LOG: database system was shut down at 2024-02-28 20:21:54 UTC
postgresql | 2024-02-28 20:21:54.679 UTC [1] LOG: database system is ready to accept connections
redis | 1:signal-handler (1709151968) Received SIGTERM scheduling shutdown...
redis | 1:M 28 Feb 2024 20:26:08.584 * User requested shutdown...
redis | 1:M 28 Feb 2024 20:26:08.584 * Saving the final RDB snapshot before exiting.
redis | 1:M 28 Feb 2024 20:26:08.591 * DB saved on disk
redis | 1:M 28 Feb 2024 20:26:08.591 # Redis is now ready to exit, bye bye...
redis exited with code 0
redis exited with code 0
nginx-1 exited with code 0
nginx-1 exited with code 0
api1 exited with code 0
api1 exited with code 143
api2 exited with code 0
api2 exited with code 143
postgresql | 2024-02-28 20:26:10.850 UTC [1] LOG: received fast shutdown request
postgresql | 2024-02-28 20:26:10.850 UTC [1] LOG: aborting any active transactions
postgresql | 2024-02-28 20:26:10.851 UTC [1] LOG: background worker "logical replication launcher" (PID 54) exited with exit code 1
postgresql | 2024-02-28 20:26:10.851 UTC [49] LOG: shutting down
postgresql | 2024-02-28 20:26:10.857 UTC [1] LOG: database system is shut down
postgresql exited with code 0