adding Tarantool

This commit is contained in:
Alexander Palchikov
2021-05-27 23:28:58 +05:00
parent 77be7c4001
commit e92ce2eb6c
4 changed files with 20 additions and 0 deletions

View File

@ -1977,3 +1977,15 @@ services:
ZK_HOSTS: zookeeper:2181
networks:
- backend
### tarantool ###########################################
tarantool:
build: ./tarantool
volumes:
- ${DATA_PATH_HOST}/tarantool:/var/lib/tarantool
- ./tarantool/lua:/opt/tarantool
ports:
- ${TARANTOOL_PORT}:3301
networks:
- backend