Skip to content

Commit

Permalink
use supported yaml syntax: docker/compose#10411
Browse files Browse the repository at this point in the history
  • Loading branch information
Skitionek committed Dec 7, 2023
1 parent ec0f75f commit 426f951
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -53,6 +55,7 @@ x-statisticalenrichment: &statisticalenrichment
SE_HOST: statistical-enrichment
SE_PORT: 5010

#endregion

x-appserver: &appserver
extends:
Expand Down

0 comments on commit 426f951

Please sign in to comment.