[WIP] Implement server to parse address #1
@ -4,6 +4,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
target: builder
|
target: builder
|
||||||
image: 'joaodubas/addressex:builder'
|
image: 'joaodubas/addressex:builder'
|
||||||
|
pull_policy: never
|
||||||
profiles:
|
profiles:
|
||||||
- build
|
- build
|
||||||
hostname: libpostal
|
hostname: libpostal
|
||||||
@ -11,8 +12,9 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
|
|
||||||
search:
|
search:
|
||||||
image: 'getmeili/meilisearch:v1.9.0'
|
image: 'getmeili/meilisearch:v1.14.0'
|
||||||
hostname: meili
|
hostname: meili
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
@ -22,35 +24,42 @@ services:
|
|||||||
- 'meili_data:/meili_data'
|
- 'meili_data:/meili_data'
|
||||||
ports:
|
ports:
|
||||||
- '${ADDRESSEX_MEILI_PORT:-7700}:7700'
|
- '${ADDRESSEX_MEILI_PORT:-7700}:7700'
|
||||||
|
|
||||||
search_ui:
|
search_ui:
|
||||||
image: 'riccoxie/meilisearch-ui:v0.6.16'
|
image: 'riccoxie/meilisearch-ui:v0.12.1'
|
||||||
hostname: search-ui
|
hostname: search-ui
|
||||||
init: true
|
init: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- '${ADDRESSEX_MEILI_UI_PORT:-24900}:24900'
|
- '${ADDRESSEX_MEILI_UI_PORT:-24900}:24900'
|
||||||
|
|
||||||
ex:
|
ex:
|
||||||
build:
|
build:
|
||||||
target: elixir
|
target: elixir
|
||||||
image: 'joaodubas/addressex:elixir'
|
image: 'joaodubas/addressex:elixir'
|
||||||
|
pull_policy: never
|
||||||
hostname: ex
|
hostname: ex
|
||||||
init: true
|
init: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
|
|
||||||
py:
|
py:
|
||||||
build:
|
build:
|
||||||
target: python
|
target: python
|
||||||
image: 'joaodubas/addressex:python'
|
image: 'joaodubas/addressex:python'
|
||||||
|
pull_policy: never
|
||||||
hostname: py
|
hostname: py
|
||||||
init: true
|
init: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
entrypoint: sleep
|
entrypoint: sleep
|
||||||
command: infinity
|
command: infinity
|
||||||
|
|
||||||
go:
|
go:
|
||||||
build:
|
build:
|
||||||
target: go
|
target: go
|
||||||
image: 'joaodubas/addressex:go'
|
image: 'joaodubas/addressex:go'
|
||||||
|
pull_policy: never
|
||||||
hostname: go
|
hostname: go
|
||||||
init: true
|
init: true
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
Loading…
x
Reference in New Issue
Block a user