From 1216a5bcbd415f8415f108c36cc6983dd3a85cec Mon Sep 17 00:00:00 2001 From: Christopher Harrop Date: Thu, 9 Jul 2026 19:55:24 +0000 Subject: [PATCH] Add compose project name to docker .env file --- docker/.env | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/.env b/docker/.env index da56990..f18f7be 100644 --- a/docker/.env +++ b/docker/.env @@ -5,6 +5,9 @@ # also has an inline default in docker-compose.yml, so this file just pins the # versions the project builds and tests against. +# Docker Compose project name (prevents collision with other compose projects) +COMPOSE_PROJECT_NAME=rocoto + # Ubuntu base version. Selects which published image variant we pull from the # dockerslurmcluster registry (must match a published image tag). # Currently supported values: '26.04' or '24.04'