2024-01-26 14:57:48 +00:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
libpostal:
|
|
|
|
build:
|
|
|
|
target: builder
|
|
|
|
image: 'joaodubas/addressex:builder'
|
|
|
|
profiles:
|
|
|
|
- build
|
2024-01-29 12:32:37 +00:00
|
|
|
hostname: libpostal
|
2024-01-26 14:57:48 +00:00
|
|
|
entrypoint: sleep
|
|
|
|
command: infinity
|
|
|
|
ex:
|
|
|
|
build:
|
|
|
|
target: elixir
|
|
|
|
image: 'joaodubas/addressex:elixir'
|
2024-01-29 12:32:37 +00:00
|
|
|
hostname: ex
|
2024-01-26 14:57:48 +00:00
|
|
|
entrypoint: sleep
|
|
|
|
command: infinity
|
|
|
|
py:
|
|
|
|
build:
|
|
|
|
target: python
|
|
|
|
image: 'joaodubas/addressex:python'
|
2024-01-29 12:32:37 +00:00
|
|
|
hostname: py
|
2024-01-26 14:57:48 +00:00
|
|
|
entrypoint: sleep
|
|
|
|
command: infinity
|
|
|
|
go:
|
|
|
|
build:
|
|
|
|
target: go
|
|
|
|
image: 'joaodubas/addressex:go'
|
2024-01-29 12:32:37 +00:00
|
|
|
hostname: go
|
2024-01-26 14:57:48 +00:00
|
|
|
entrypoint: sleep
|
|
|
|
command: infinity
|