mirror of
https://github.com/muerwre/vk-tg-bot.git
synced 2025-04-24 22:46:41 +07:00
#5 added docker-compose
This commit is contained in:
parent
f88d1f9312
commit
af5f444092
2 changed files with 54 additions and 2 deletions
|
@ -23,7 +23,8 @@ services:
|
|||
- ${EXPOSE}:80
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node ./index.js
|
||||
- ${CONFIG_PATH}:/etc/bot/config.yml:ro
|
||||
entrypoint: ./wait-for-it.sh -t 90 db:5432 -- node --config /etc/bot/config.yml ./index.js
|
||||
depends_on:
|
||||
- db
|
||||
healthcheck:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue