This commit is contained in:
Eduard Zvyagintsev 2025-01-09 21:01:57 +04:00
commit 2243bb99e4

22
docker-compose.yaml Normal file
View File

@ -0,0 +1,22 @@
services:
bot:
build:
context: ./client
dockerfile: ./Dockerfile
environment:
- TZ=Europe/Moscow
- NODE_ENV=development
- TELEGRAM_BOT_TOKEN=${TELEGRAM_BOT_TOKEN}
networks:
- one_ton_daily_bot_network
#volumes:
# - ../../client/src:/app/src
# - ../../db:/app/db
restart: unless-stopped
networks:
one_ton_daily_bot_network:
volumes:
db:
external: true