adding Tarantool

This commit is contained in:
Alexander Palchikov 2021-05-27 23:28:58 +05:00
parent 77be7c4001
commit e92ce2eb6c
No known key found for this signature in database
GPG Key ID: FA5DA175B9D19780
4 changed files with 20 additions and 0 deletions

View File

@ -999,3 +999,6 @@ GEARMAN_MYSQL_TABLE=gearman_queue
### ELK Stack ##################################################
ELK_VERSION=7.9.1
### Tarantool ##################################################
TARANTOOL_PORT=3301

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

3
tarantool/Dockerfile Normal file
View File

@ -0,0 +1,3 @@
FROM tarantool/tarantool:2
LABEL maintainer="Alexander Palchikov <axelpal@gmail.com>"

2
tarantool/lua/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
*
!.gitignore