update zoonavi

This commit is contained in:
kev 2019-12-31 17:33:16 +08:00
parent 129ccd13c6
commit c111cf3284

View File

@ -1,21 +1,10 @@
version: '2.1' version: '3.7'
services: services:
zoonavigator:
web: image: elkozmon/zoonavigator
image: elkozmon/zoonavigator-web
ports: ports:
- "8000:8000" - "9000:9000"
environment: environment:
- WEB_HTTP_PORT=8000 - HTTP_PORT=9000
- API_HOST=api - AUTO_CONNECT_CONNECTION_STRING=zk1:2181,zk2:2181,zk3:2181
- API_PORT=9000 restart: unless-stopped
depends_on:
- api
restart: always
api:
image: elkozmon/zoonavigator-api
environment:
- API_HTTP_PORT=9000
restart: always