forked from zanfranceschi/rinha-de-backend-2024-q1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docker-compose.logs
69 lines (69 loc) · 4.97 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
Network mari-souza_default Creating
Network mari-souza_default Created
Container db Creating
Container db Created
Container mari-souza-api01-1 Creating
Container mari-souza-api01-1 Created
Container mari-souza-api02-1 Creating
Container mari-souza-api02-1 Created
Container nginx Creating
Container nginx Created
Attaching to db, api01-1, api02-1, nginx
db | 2024-02-19 11:39:34+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.3.0-1.el8 started.
db | 2024-02-19 11:39:35+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
db | 2024-02-19 11:39:35+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.3.0-1.el8 started.
api01-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[14]
api01-1 | Now listening on: http://[::]:80
api01-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api01-1 | Application started. Press Ctrl+C to shut down.
api01-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api01-1 | Hosting environment: Production
api01-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api01-1 | Content root path: /app/
db | 2024-02-19 11:39:35+00:00 [Note] [Entrypoint]: Initializing database files
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
db | 2024-02-19T11:39:35.825376Z 0 [System] [MY-015017] [Server] MySQL Server Initialization - start.
db | 2024-02-19T11:39:35.826954Z 0 [System] [MY-013169] [Server] /usr/sbin/mysqld (mysqld 8.3.0) initializing of server in progress as process 81
nginx | 10-listen-on-ipv6-by-default.sh: info: Getting the checksum of /etc/nginx/conf.d/default.conf
db | 2024-02-19T11:39:35.834238Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
api02-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[14]
api02-1 | Now listening on: http://[::]:80
api02-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api02-1 | Application started. Press Ctrl+C to shut down.
api02-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api02-1 | Hosting environment: Production
api02-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api02-1 | Content root path: /app/
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
db | 2024-02-19T11:39:37.300359Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
api01-1 | [40m[1m[33mwarn[39m[22m[49m: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
api01-1 | Failed to determine the https port for redirect.
db | 2024-02-19T11:39:40.634834Z 6 [Warning] [MY-010453] [Server] root@localhost is created with an empty password ! Please consider switching off the --initialize-insecure option.
api02-1 | [40m[1m[33mwarn[39m[22m[49m: Microsoft.AspNetCore.HttpsPolicy.HttpsRedirectionMiddleware[3]
api02-1 | Failed to determine the https port for redirect.
db | 2024-02-19T11:39:48.471241Z 0 [System] [MY-015018] [Server] MySQL Server Initialization - end.
db | 2024-02-19 11:39:48+00:00 [Note] [Entrypoint]: Database files initialized
db | 2024-02-19 11:39:48+00:00 [Note] [Entrypoint]: Starting temporary server
db | 2024-02-19T11:39:48.535590Z 0 [System] [MY-015015] [Server] MySQL Server - start.
db | 2024-02-19T11:39:48.945259Z 0 [System] [MY-010116] [Server] /usr/sbin/mysqld (mysqld 8.3.0) starting as process 125
db | 2024-02-19T11:39:49.022791Z 1 [System] [MY-013576] [InnoDB] InnoDB initialization has started.
db | 2024-02-19T11:39:49.529048Z 1 [System] [MY-013577] [InnoDB] InnoDB initialization has ended.
db | 2024-02-19T11:39:49.793681Z 0 [ERROR] [MY-011065] [Server] Unable to determine if daemon is running: Inappropriate ioctl for device (rc=0).
db | 2024-02-19T11:39:49.793692Z 0 [ERROR] [MY-010946] [Server] Failed to start mysqld daemon. Check mysqld error log.
db | 2024-02-19 11:39:49+00:00 [ERROR] [Entrypoint]: Unable to start server.
db exited with code 1
nginx exited with code 0
nginx exited with code 0
api02-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api02-1 | Application is shutting down...
api02-1 exited with code 0
api02-1 exited with code 0
api01-1 | [40m[32minfo[39m[22m[49m: Microsoft.Hosting.Lifetime[0]
api01-1 | Application is shutting down...
api01-1 exited with code 0