From 48be936172575178dc0d19f0345e474a94a90e3d Mon Sep 17 00:00:00 2001 From: Akshay K Date: Wed, 11 Oct 2023 11:28:22 -0400 Subject: [PATCH] add primary route label to fE --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 97e53636f..5ba06fef7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,7 @@ services: context: '.' labels: shipyard.route: '/' + shipyard.primary-route: 'true' environment: SHIPYARD_DOMAIN_BACKEND: ${SHIPYARD_DOMAIN_BACKEND-} SHIPYARD_DOMAIN: ${SHIPYARD_DOMAIN} @@ -30,4 +31,4 @@ services: - .env volumes: - dbdata: \ No newline at end of file + dbdata: