Advertisement
4tolexx

Postgrs issues on docker

Jan 24th, 2023 (edited)
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. solve issue of "Postgress is sleeping" with regards to postgres container in docker with the command below:
  2. ```docker run -e POSTGRES_PASSWORD=password <postgres service/container-name>```
  3.  
  4. https://stackoverflow.com/questions/71882567/docker-database-is-uninitialized-and-superuser-password-is-not-specified
  5.  
  6. important link: https://stackoverflow.com/questions/38209186/rails-5-rspec-environment-data-not-found-in-the-schema/38209363#38209363
  7.  
  8. # sprockets 4 issue
  9. https://stackoverflow.com/questions/58339607/why-does-rails-fails-to-boot-with-expected-to-find-a-manifest-file-in-app-asse
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement