added tarantool admin service

This commit is contained in:
AxelPAL
2021-06-02 15:20:22 +05:00
parent e92ce2eb6c
commit 885e47d117
4 changed files with 33 additions and 0 deletions

View File

@ -1989,3 +1989,9 @@ services:
- ${TARANTOOL_PORT}:3301
networks:
- backend
tarantool-admin:
build: ./tarantool-admin
ports:
- ${TARANTOOL_ADMIN_PORT}:80
networks:
- backend