-
Notifications
You must be signed in to change notification settings - Fork 923
/
Copy pathdocker-compose.logs
41 lines (41 loc) · 2 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
Network rinha-nginx-2024q1 Creating
Network rinha-nginx-2024q1 Created
Volume "aysion_bun_db_data" Creating
Volume "aysion_bun_db_data" Created
Container aysion_bun-api_01-1 Creating
Container aysion_bun-api_02-1 Creating
Container aysion_bun-api_02-1 Created
Container aysion_bun-api_01-1 Created
Container aysion_bun-nginx-1 Creating
Container aysion_bun-nginx-1 Created
Attaching to api_01-1, api_02-1, nginx-1
api_01-1 | 1 | import { env } from 'bun'
api_01-1 | 2 | import { Database } from 'bun:sqlite'
api_01-1 | 3 |
api_01-1 | 4 | const db = new Database('./data/database.SQLite3')
api_01-1 | 5 |
api_01-1 | 6 | db.exec('PRAGMA journal_mode = WAL;');
api_01-1 | ^
api_01-1 | SQLiteError: database is locked
api_01-1 | errno: 5
api_01-1 | code: "SQLITE_BUSY"
api_01-1 |
api_01-1 | at run (bun:sqlite:185:11)
api_01-1 | at /home/bun/app/index.mts:6:1
api_02-1 | Listening on http://localhost:8080 ...
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
api_01-1 exited with code 0
api_01-1 | Listening on http://localhost:8080 ...
nginx-1 exited with code 0
nginx-1 exited with code 0
api_02-1 exited with code 0
api_02-1 exited with code 137
api_01-1 exited with code 0