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/