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