|
|
@ -15,12 +15,12 @@ services: |
|
|
|
environment: |
|
|
|
environment: |
|
|
|
- xpack.security.enabled=false |
|
|
|
- xpack.security.enabled=false |
|
|
|
- "discovery.type=single-node" |
|
|
|
- "discovery.type=single-node" |
|
|
|
ports: |
|
|
|
# ports: |
|
|
|
- 9200:9200 |
|
|
|
# - 9200:9200 |
|
|
|
influxdb: |
|
|
|
influxdb: |
|
|
|
image: influxdb:2.4-alpine |
|
|
|
image: influxdb:2.4-alpine |
|
|
|
ports: |
|
|
|
# ports: |
|
|
|
- '8086:8086' |
|
|
|
# - '8086:8086' |
|
|
|
volumes: |
|
|
|
volumes: |
|
|
|
- influxdb-storage:/var/lib/influxdb |
|
|
|
- influxdb-storage:/var/lib/influxdb |
|
|
|
env_file: ./searching-front/.env.local |
|
|
|
env_file: ./searching-front/.env.local |
|
|
|