You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Drop container names and set project names (#9)
* Remove hardcoded container names from all services in the
docker-compose files to allow multiple instances of the same
service to run in parallel without conflicts. This is important to
allow both scaling individual services as well as running multiple
instances of the CMS stack locally for testing purposes.
* Set the top-level project name in the docker-compose files so that
it can be used as the default prefix for container names. Use 'cms'
for all stacks apart from the load tests (i.e. 'cms-load') and the dev
deployment (i.e. 'dev-cms'). The project name can be overridden on
deployment through the '-p' command line flag or by setting the
'COMPOSE_PROJECT_NAME' environment variable.
Signed-off-by: Phoevos Kalemkeris <[email protected]>
0 commit comments