addressex/docker-compose.yml

35 lines
637 B
YAML
Raw Normal View History

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