From 8c69de4529e304b9921011fc549edeaf50a74e8b Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 29 Jan 2024 12:32:37 +0000 Subject: [PATCH] chore: add hostname to containers --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index ad9f561..970fef2 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,23 +6,27 @@ services: image: 'joaodubas/addressex:builder' profiles: - build + hostname: libpostal entrypoint: sleep command: infinity ex: build: target: elixir image: 'joaodubas/addressex:elixir' + hostname: ex entrypoint: sleep command: infinity py: build: target: python image: 'joaodubas/addressex:python' + hostname: py entrypoint: sleep command: infinity go: build: target: go image: 'joaodubas/addressex:go' + hostname: go entrypoint: sleep command: infinity