This commit is contained in:
Artyom Ashirov
2024-11-14 16:44:00 +03:00
parent 45ad916f61
commit 3872ddbb68
6 changed files with 34 additions and 6 deletions

17
docker-compose.yml Normal file
View File

@@ -0,0 +1,17 @@
version: "3.3"
services:
telegram_shop_prod:
build:
context: .
dockerfile: ./Dockerfile
hostname: telegram_shop_prod
container_name: telegram_shop_prod
restart: always
environment:
- BOT_TOKEN=7626758249:AAEdcbXJpW1VsnJJtc8kZ5VBsYMFR242wgk
- ADMIN_IDS=732563549,390431690
- SUPPORT_LINK=https://t.me/neroworm
- CATALOG_PATH=./catalog
volumes:
- ./db:/app/db/