[WIP] Implement server to parse address #1
@ -6,23 +6,27 @@ services:
|
|||||||
image: 'joaodubas/addressex:builder'
|
image: 'joaodubas/addressex:builder'
|
||||||
profiles:
|
profiles:
|
||||||
- build
|
- build
|
||||||
|
hostname: libpostal
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
ex:
|
ex:
|
||||||
build:
|
build:
|
||||||
target: elixir
|
target: elixir
|
||||||
image: 'joaodubas/addressex:elixir'
|
image: 'joaodubas/addressex:elixir'
|
||||||
|
hostname: ex
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
py:
|
py:
|
||||||
build:
|
build:
|
||||||
target: python
|
target: python
|
||||||
image: 'joaodubas/addressex:python'
|
image: 'joaodubas/addressex:python'
|
||||||
|
hostname: py
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
go:
|
go:
|
||||||
build:
|
build:
|
||||||
target: go
|
target: go
|
||||||
image: 'joaodubas/addressex:go'
|
image: 'joaodubas/addressex:go'
|
||||||
|
hostname: go
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
|
Loading…
x
Reference in New Issue
Block a user