1
0
Fork 0
mirror of https://github.com/muerwre/vk-tg-bot.git synced 2025-04-24 22:46:41 +07:00

fixed cmd args

This commit is contained in:
Fedor Katurov 2021-05-17 15:49:50 +07:00
parent ba7c367fcd
commit a88b5314fd

View file

@ -22,7 +22,7 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro - /etc/localtime:/etc/localtime:ro
- ${CONFIG_PATH}:/etc/bot/config.yml:ro - ${CONFIG_PATH}:/etc/bot/config.yml:ro
entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node --config /etc/bot/config.yml ./index.js entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node ./index.js --config /etc/bot/config.yml
depends_on: depends_on:
- db - db
healthcheck: healthcheck: