From 304c97a5ea565969349ab64dbf33b762eab60b27 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 13:01:05 +0000 Subject: [PATCH] Add hostnames and container names for PostgreSQL & Console --- full-stack.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/full-stack.yml b/full-stack.yml index 5df7565..b5163bd 100644 --- a/full-stack.yml +++ b/full-stack.yml @@ -127,11 +127,15 @@ services: - kafka1 postgresql: + hostname: postgresql + container_name: postgresql extends: service: postgresql file: conduktor.yml conduktor-console: + hostname: conduktor-console + container_name: conduktor-console extends: service: conduktor-console file: conduktor.yml