mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-13 22:06:55 +02:00
update zoonavi
This commit is contained in:
parent
129ccd13c6
commit
c111cf3284
@ -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
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user