[WIP] Implement server to parse address #1
@ -23,7 +23,7 @@ services:
|
||||
volumes:
|
||||
- 'meili_data:/meili_data'
|
||||
ports:
|
||||
- '${ADDRESSEX_MEILI_PORT:-7700}:7700'
|
||||
- '${ADDRESSEX_MEILI_PORT:-7700:7700}'
|
||||
|
||||
search_ui:
|
||||
image: 'riccoxie/meilisearch-ui:v0.12.1'
|
||||
@ -31,7 +31,7 @@ services:
|
||||
init: true
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${ADDRESSEX_MEILI_UI_PORT:-24900}:24900'
|
||||
- '${ADDRESSEX_MEILI_UI_PORT:-24173:4173}'
|
||||
|
||||
ex:
|
||||
build:
|
||||
@ -66,7 +66,7 @@ services:
|
||||
environment:
|
||||
MEILI_MASTER_KEY: *meili_master_key
|
||||
ports:
|
||||
- '9000:9000'
|
||||
- '${ADDRESSEX_GO_PORT:-9000:9000}'
|
||||
entrypoint: sleep
|
||||
command: infinity
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user