· 5 years ago · Aug 29, 2020, 09:12 PM
1$ docker-compose up
2WARNING: Found orphan containers (nl-front_web_1) for this project. If you removed or renamed this service in your compose file, you
3can run this command with the --remove-orphans flag to clean it up.
4Starting nl-front_mariadb_1 ... done
5Starting nl-front_nuxt_1 ... done
6Starting nl-front_redis_1 ... done
7Starting nl-front_flask_1 ... done
8Recreating proxy_nginx ... done
9Attaching to nl-front_mariadb_1, nl-front_redis_1, nl-front_nuxt_1, nl-front_flask_1, proxy_nginx
10flask_1 | * Serving Flask app "app.py"
11flask_1 | * Environment: production
12flask_1 | WARNING: This is a development server. Do not use it in a production deployment.
13flask_1 | Use a production WSGI server instead.
14flask_1 | * Debug mode: off
15flask_1 | * Running on http://0.0.0.0:5000/ (Press CTRL+C to quit)
16mariadb_1 | 2020-08-29 21:02:53+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.5+maria~focal started.
17mariadb_1 | 2020-08-29 21:02:53+00:00 [Note] [Entrypoint]: Switching to dedicated user 'mysql'
18mariadb_1 | 2020-08-29 21:02:53+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 1:10.5.5+maria~focal started.
19mariadb_1 | 2020-08-29 21:02:54 0 [Note] mysqld (mysqld 10.5.5-MariaDB-1:10.5.5+maria~focal) starting as process 1 ...
20mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Using Linux native AIO
21nuxt_1 |
22nuxt_1 | > nl-front@1.0.0 dev /app
23nuxt_1 | > nuxt --hostname 0.0.0.0
24nuxt_1 |
25mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Uses event mutexes
26mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
27mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Number of pools: 1
28nuxt_1 | sh: nuxt: not found
29mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Using SSE4.2 crc32 instructions
30mariadb_1 | 2020-08-29 21:02:54 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
31mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
32mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Completed initialization of buffer pool
33mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
34mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: 128 rollback segments are active.
35redis_1 | 1:C 29 Aug 2020 21:02:53.677 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
36redis_1 | 1:C 29 Aug 2020 21:02:53.677 # Redis version=6.0.3, bits=64, commit=00000000, modified=0, pid=1, just started
37redis_1 | 1:C 29 Aug 2020 21:02:53.677 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
38redis_1 | 1:M 29 Aug 2020 21:02:53.684 * Running mode=standalone, port=6379.
39redis_1 | 1:M 29 Aug 2020 21:02:53.684 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
40redis_1 | 1:M 29 Aug 2020 21:02:53.684 # Server initialized
41redis_1 | 1:M 29 Aug 2020 21:02:53.684 # WARNING you have Transparent Huge Pages (THP) support enabled in your kernel. This will create latency and memory usage issues with Redis. To fix this issue run the command 'echo never > /sys/kernel/mm/transparent_hugepage/enabled' as root, and add it to your /etc/rc.local in order to retain the setting after a reboot. Redis must be restarted after THP
42is disabled.
43redis_1 | 1:M 29 Aug 2020 21:02:53.684 * Loading RDB produced by version 6.0.3
44redis_1 | 1:M 29 Aug 2020 21:02:53.684 * RDB age 64 seconds
45redis_1 | 1:M 29 Aug 2020 21:02:53.684 * RDB memory usage when created 0.77 Mb
46redis_1 | 1:M 29 Aug 2020 21:02:53.684 * DB loaded from disk: 0.000 seconds
47redis_1 | 1:M 29 Aug 2020 21:02:53.684 * Ready to accept connections
48mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Creating shared tablespace for temporary tables
49mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
50mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
51mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: 10.5.5 started; log sequence number 213457; transaction id 240
52mariadb_1 | 2020-08-29 21:02:54 0 [Note] Plugin 'FEEDBACK' is disabled.
53mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
54mariadb_1 | 2020-08-29 21:02:54 0 [Note] InnoDB: Buffer pool(s) load completed at 200829 21:02:54
55mariadb_1 | 2020-08-29 21:02:54 0 [Note] Server socket created on IP: '::'.
56mariadb_1 | 2020-08-29 21:02:54 0 [Warning] 'proxies_priv' entry '@% root@0d33db3cc358' ignored in --skip-name-resolve mode.
57mariadb_1 | 2020-08-29 21:02:54 0 [Note] Reading of all Master_info entries succeeded
58mariadb_1 | 2020-08-29 21:02:54 0 [Note] Added new Master_info '' to hash table
59mariadb_1 | 2020-08-29 21:02:54 0 [Note] mysqld: ready for connections.
60mariadb_1 | Version: '10.5.5-MariaDB-1:10.5.5+maria~focal' socket: '/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution
61proxy_nginx | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
62proxy_nginx | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
63nuxt_1 | npm ERR! file sh
64proxy_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
65nuxt_1 | npm ERR! code ELIFECYCLE
66proxy_nginx | 10-listen-on-ipv6-by-default.sh: Getting the checksum of /etc/nginx/conf.d/default.conf
67proxy_nginx | 10-listen-on-ipv6-by-default.sh: error: /etc/nginx/conf.d/default.conf differs from the packaged version
68nuxt_1 | npm ERR! errno ENOENT
69proxy_nginx | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
70proxy_nginx | /docker-entrypoint.sh: Configuration complete; ready for start up
71nuxt_1 | npm ERR! syscall spawn
72nuxt_1 | npm ERR! nl-front@1.0.0 dev: `nuxt --hostname 0.0.0.0`
73nuxt_1 | npm ERR! spawn ENOENT
74nuxt_1 | npm ERR!
75nuxt_1 | npm ERR! Failed at the nl-front@1.0.0 dev script.
76nuxt_1 | npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
77nuxt_1 | npm WARN Local package.json exists, but node_modules missing, did you mean to install?
78nuxt_1 |
79nuxt_1 | npm ERR! A complete log of this run can be found in:
80nuxt_1 | npm ERR! /root/.npm/_logs/2020-08-29T21_02_53_970Z-debug.log
81nl-front_nuxt_1 exited with code 1
82proxy_nginx | 2020/08/29 21:02:54 [emerg] 1#1: host not found in upstream "nuxt" in /etc/nginx/conf.d/default.conf:23
83proxy_nginx | nginx: [emerg] host not found in upstream "nuxt" in /etc/nginx/conf.d/default.conf:23
84proxy_nginx exited with code 1