--- services: libpostal: build: target: builder image: 'joaodubas/addressex:builder' profiles: - build entrypoint: sleep command: infinity ex: build: target: elixir image: 'joaodubas/addressex:elixir' entrypoint: sleep command: infinity py: build: target: python image: 'joaodubas/addressex:python' entrypoint: sleep command: infinity go: build: target: go image: 'joaodubas/addressex:go' entrypoint: sleep command: infinity