Merge branch 'main' of https://gitea.musk.fun/edweiser/one_ton_daily_bot
This commit is contained in:
commit
2243bb99e4
22
docker-compose.yaml
Normal file
22
docker-compose.yaml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user