Skip to content

Instantly share code, notes, and snippets.

@dgoldie
Created May 31, 2020 06:57
Show Gist options
  • Save dgoldie/84f6c069e88b260c9aab1f907dcb3d8e to your computer and use it in GitHub Desktop.
Save dgoldie/84f6c069e88b260c9aab1f907dcb3d8e to your computer and use it in GitHub Desktop.
docker-compose up log
Successfully tagged dockerzon_sidekiq:latest
➜ dockerzon docker-compose up
Starting dockerzon_postgres_1 ... done
Recreating dockerzon_dockerzon_1 ... done
Starting dockerzon_redis_1 ... done
Recreating dockerzon_sidekiq_1 ... done
Attaching to dockerzon_redis_1, dockerzon_postgres_1, dockerzon_sidekiq_1, dockerzon_dockerzon_1
postgres_1 |
postgres_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
postgres_1 |
redis_1 | [1] 31 May 06:53:57.607 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
postgres_1 | LOG: database system was shut down at 2020-05-31 03:21:36 UTC
redis_1 | _._
redis_1 | _.-``__ ''-._
redis_1 | _.-`` `. `_. ''-._ Redis 2.8.23 (00000000/0) 64 bit
redis_1 | .-`` .-```. ```\/ _.,_ ''-._
redis_1 | ( ' , .-` | `, ) Running in stand alone mode
redis_1 | |`-._`-...-` __...-.``-._|'` _.-'| Port: 6379
redis_1 | | `-._ `._ / _.-' | PID: 1
redis_1 | `-._ `-._ `-./ _.-' _.-'
redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
redis_1 | | `-._`-._ _.-'_.-' | http://redis.io
redis_1 | `-._ `-._`-.__.-'_.-' _.-'
redis_1 | |`-._`-._ `-.__.-' _.-'_.-'|
redis_1 | | `-._`-._ _.-'_.-' |
redis_1 | `-._ `-._`-.__.-'_.-' _.-'
redis_1 | `-._ `-.__.-' _.-'
redis_1 | `-._ _.-'
redis_1 | `-.__.-'
redis_1 |
redis_1 | [1] 31 May 06:53:57.611 # Server started, Redis version 2.8.23
postgres_1 | LOG: MultiXact member wraparound protections are now enabled
redis_1 | [1] 31 May 06:53:57.612 # 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 is disabled.
redis_1 | [1] 31 May 06:53:57.613 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128.
redis_1 | [1] 31 May 06:53:57.617 * DB loaded from disk: 0.004 seconds
redis_1 | [1] 31 May 06:53:57.617 * The server is now ready to accept connections on port 6379
postgres_1 | LOG: autovacuum launcher started
postgres_1 | LOG: database system is ready to accept connections
sidekiq_1 | 2020-05-31T06:54:03.505Z 1 TID-gqa7lhdpk INFO: Booting Sidekiq 4.0.2 with redis options {:url=>"redis://redis:6379/0"}
dockerzon_1 | [6] Puma starting in cluster mode...
dockerzon_1 | [6] * Version 2.15.3 (ruby 2.3.8-p459), codename: Autumn Arbor Airbrush
dockerzon_1 | [6] * Min threads: 1, max threads: 1
dockerzon_1 | [6] * Environment: development
dockerzon_1 | [6] * Process workers: 1
dockerzon_1 | [6] * Preloading application
sidekiq_1 | 2020-05-31T06:54:06.454Z 1 TID-gqa7lhdpk INFO: Running in ruby 2.3.8p459 (2018-10-18 revision 65136) [x86_64-linux]
sidekiq_1 | 2020-05-31T06:54:06.455Z 1 TID-gqa7lhdpk INFO: See LICENSE and the LGPL-3.0 for licensing details.
sidekiq_1 | 2020-05-31T06:54:06.455Z 1 TID-gqa7lhdpk INFO: Upgrade to Sidekiq Pro for more features and support: http://sidekiq.org
sidekiq_1 | 2020-05-31T06:54:06.478Z 1 TID-gqa7lhdpk INFO: Starting processing, hit Ctrl-C to stop
dockerzon_1 | [6] * Listening on tcp://0.0.0.0:8000
dockerzon_1 | [6] ! WARNING: Detected 1 Thread(s) started in app boot:
dockerzon_1 | [6] ! #<Thread:0x000055fbff31c3c8@/usr/local/bundle/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb:38 sleep> - /usr/local/bundle/gems/concurrent-ruby-1.1.6/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb:40:in `pop'
dockerzon_1 | [6] Use Ctrl-C to stop
dockerzon_1 | [6] - Worker 0 (pid: 9) booted, phase: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment