addressex/docker-compose.yml
2024-01-26 15:11:04 +00:00

29 lines
531 B
YAML

---
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