FAQ | This is a LIVE service | Changelog

Skip to content

add project name to docker-compose

UIS DevOps Division Robot requested to merge docker-compose-project-name into master

Created by: rjw57

docker-compose uses the project name as a prefix for all Docker resources it creates. This defaults to the name of the directory holding the compose file. This is not great in our use case because all our compose files live inside a directory named "compose". Specify the docker-compose project name explicitly in the ./compose.sh wrapper.

Merge request reports

Loading