Guest User

Untitled

a guest
Apr 12th, 2022
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. db_1 |
  2. db_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
  3. db_1 |
  4. nginx_1 | /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration
  5. nginx_1 | /docker-entrypoint.sh: Looking for shell scripts in /docker-entrypoint.d/
  6. db_1 | 2022-04-12 20:36:37.223 UTC [1] LOG: starting PostgreSQL 13.4 on x86_64-pc-linux-musl, compiled by gcc (Alpine 10.3.1_git20210424) 10.3.1 20210424, 64-bit
  7. db_1 | 2022-04-12 20:36:37.223 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432
  8. db_1 | 2022-04-12 20:36:37.223 UTC [1] LOG: listening on IPv6 address "::", port 5432
  9. nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/10-listen-on-ipv6-by-default.sh
  10. nginx_1 | 10-listen-on-ipv6-by-default.sh: info: /etc/nginx/conf.d/default.conf is not a file or does not exist
  11. db_1 | 2022-04-12 20:36:37.227 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
  12. db_1 | 2022-04-12 20:36:37.232 UTC [21] LOG: database system was shut down at 2022-04-12 20:36:31 UTC
  13. nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/20-envsubst-on-templates.sh
  14. nginx_1 | /docker-entrypoint.sh: Launching /docker-entrypoint.d/30-tune-worker-processes.sh
  15. db_1 | 2022-04-12 20:36:37.235 UTC [1] LOG: database system is ready to accept connections
  16. nginx_1 | /docker-entrypoint.sh: Configuration complete; ready for start up
  17. django_1 | [2022-04-12 20:36:37 +0000] [1] [INFO] Starting gunicorn 20.1.0
  18. django_1 | [2022-04-12 20:36:37 +0000] [1] [INFO] Listening at: http://0.0.0.0:8000 (1)
  19. django_1 | [2022-04-12 20:36:37 +0000] [1] [INFO] Using worker: sync
  20. django_1 | [2022-04-12 20:36:38 +0000] [7] [INFO] Booting worker with pid: 7
Advertisement
Add Comment
Please, Sign In to add comment