amper43
6 years ago
7 changed files with 19 additions and 20 deletions
@ -1,3 +1,5 @@ |
|||||||
.git |
.git |
||||||
node_modules |
|
||||||
npm-debug |
npm-debug |
||||||
|
node_modules |
||||||
|
__pychache__ |
||||||
|
.vscode |
||||||
|
@ -1,28 +1,23 @@ |
|||||||
version: '2' |
version: '2' |
||||||
services: |
services: |
||||||
server: |
server: |
||||||
build: server |
image: hastic-server |
||||||
|
#build: server |
||||||
|
environment: |
||||||
|
HASTIC_API_KEY: "eyJrIjoiNzhiYjIyTGZDMjY4M3lnYTNwWHo3WFVaNnVDSm9qakkiLCJuIjoiaGFzIiwiaWQiOjF9" |
||||||
|
ZMQ_HOST: analytics |
||||||
volumes: |
volumes: |
||||||
- "/var/www/data" |
- data-volume:/var/www/data |
||||||
ports: |
ports: |
||||||
- data-volume:"8000:8000" |
- 8000:8000 |
||||||
privileged: true |
privileged: true |
||||||
ipc: host |
|
||||||
# deploy: |
|
||||||
# restart_policy: |
|
||||||
# condition: on-failure |
|
||||||
|
|
||||||
analytics: |
analytics: |
||||||
build: analytics |
image: hastic-analytics |
||||||
|
#build: analytics |
||||||
volumes: |
volumes: |
||||||
- data-volume:"/var/www/data" |
- data-volume:/var/www/data |
||||||
ports: |
|
||||||
- "8002:8002" |
|
||||||
privileged: true |
privileged: true |
||||||
ipc: host |
|
||||||
# deploy: |
|
||||||
# restart_policy: |
|
||||||
# condition: on-failure |
|
||||||
|
|
||||||
volumes: |
volumes: |
||||||
data-volume: |
data-volume: |
||||||
|
@ -1,3 +1,4 @@ |
|||||||
.git |
.git |
||||||
node_modules |
node_modules |
||||||
npm-debug |
npm-debug |
||||||
|
.vscode |
||||||
|
Loading…
Reference in new issue