Dockerfile #2

  • //
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • p4_phoenix_services/
  • phoenix_updater/
  • Dockerfile
  • Commits
# Change User Description Committed
#2 13528 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.
#1 13478 tjuricek Added Docker configuration for notification services, and phoenix services, also, opened up most ports to the host by default.

The current configuration is now working first for a setup of "development mode" environments, anticipating that each service will use the private internal network for most services. That way, you can selectively run things, say, in your OS X environment, and other things in the docker cluster. It can make your debugging a little easier.

When more automation is available, we'll find a way to describe how to handle this in different ways.