-
Notifications
You must be signed in to change notification settings - Fork 1
Rework to split amp-manager from ION containers #180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Is the intention that ion-manager is now optional in favor of amp-manager? Or is it now required for most deployments to start the agent-compose.yml file alongside it? As it stands now, I believe nginx (I'm working on removing this dependency) will fail if only docker-compose.yml is started with this changeset since ion-manager would be unavailable.
|
…ore clear. Moved socket bind mount to an environment controlled path.
The actual AMP manager is now running under hostname |
|
This PR should also separate the "anms" operational network from a "testenv" network between ION nodes (using static addressing) to make it fully clear that they are independent from each other. |
|


Closes #167