You've already forked dockerfiles
							
							
				mirror of
				https://github.com/vimagick/dockerfiles.git
				synced 2025-10-30 23:47:48 +02:00 
			
		
		
		
	update zoonavi
This commit is contained in:
		| @@ -1,21 +1,10 @@ | ||||
| version: '2.1' | ||||
|  | ||||
| version: '3.7' | ||||
| services: | ||||
|  | ||||
|   web: | ||||
|     image: elkozmon/zoonavigator-web | ||||
|   zoonavigator: | ||||
|     image: elkozmon/zoonavigator | ||||
|     ports: | ||||
|       - "8000:8000" | ||||
|       - "9000:9000" | ||||
|     environment: | ||||
|       - WEB_HTTP_PORT=8000 | ||||
|       - API_HOST=api | ||||
|       - API_PORT=9000 | ||||
|     depends_on: | ||||
|       - api | ||||
|     restart: always | ||||
|  | ||||
|   api: | ||||
|     image: elkozmon/zoonavigator-api | ||||
|     environment: | ||||
|       - API_HTTP_PORT=9000 | ||||
|     restart: always | ||||
|       - HTTP_PORT=9000 | ||||
|       - AUTO_CONNECT_CONNECTION_STRING=zk1:2181,zk2:2181,zk3:2181 | ||||
|     restart: unless-stopped | ||||
|   | ||||
		Reference in New Issue
	
	Block a user