docker
This commit is contained in:
17
docker-compose.yml
Normal file
17
docker-compose.yml
Normal 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/
|
||||
Reference in New Issue
Block a user