From 9d66551a2015a33291b65d04a0d6d68f505a020e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lie=20Marcuzzo?= <112936799+AurelieMarcuzzo@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:13:51 +0000 Subject: [PATCH] (fix): Update full stack service * Update full-stack service * Update service with conduktor-console * Add hostnames and container names for PostgreSQL & Console --- full-stack.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/full-stack.yml b/full-stack.yml index 255ff58..b5163bd 100644 --- a/full-stack.yml +++ b/full-stack.yml @@ -127,13 +127,17 @@ services: - kafka1 postgresql: + hostname: postgresql + container_name: postgresql extends: service: postgresql file: conduktor.yml - conduktor-platform: + conduktor-console: + hostname: conduktor-console + container_name: conduktor-console extends: - service: conduktor-platform + service: conduktor-console file: conduktor.yml volumes: