docker-compose.yml #4

  • //
  • guest/
  • tjuricek/
  • p4ws/
  • stream/
  • main/
  • hsm/
  • library/
  • nginx/
  • docker-compose.yml
  • Commits
# Change User Description Committed
#4 13238 tjuricek Moved rack and app server configuration to be managed via Salt.

Also, only using a single value "url" to configure how the p4_project_services instance references the p4_web_api.

And, removing the Docker setup, since that won't work for a production system.
#3 13198 tjuricek Added hsm:startworld and hsm:stopworld tasks to do global starts and stops.

This is not without apparent issues. It appears bundler or ruby is pausing before the nginx launch task happens. I'm not sure if there's some kind of resource issue first.

P4WEBAPI-49
#2 13197 tjuricek Pushing host, port, and URL configuration into docker-compose.yml consistently.

All other configuration will be figured out by a separate system later.

P4WEBAPI-51
#1 13189 tjuricek Add basic configurations for nginx and redis in the cluster.