From 426f9510f43f81c6f962a17b5ca8cebc2abe48a1 Mon Sep 17 00:00:00 2001 From: Dominik Mariusz Maszczyk Date: Thu, 27 Apr 2023 16:20:45 +0200 Subject: [PATCH] use supported yaml syntax: https://github.com/docker/compose/issues/10411 --- docker-compose.local.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker-compose.local.yml b/docker-compose.local.yml index cc8eeab00d..2b4ca55643 100644 --- a/docker-compose.local.yml +++ b/docker-compose.local.yml @@ -13,6 +13,8 @@ x-slow-start-healthcheck: &slow-start-healthcheck start_period: 60s retries: 24 +#region Services + # Postgres x-postgres: &postgres POSTGRES_HOST: pgdatabase @@ -53,6 +55,7 @@ x-statisticalenrichment: &statisticalenrichment SE_HOST: statistical-enrichment SE_PORT: 5010 +#endregion x-appserver: &appserver extends: