Remove docker-compose.api.yml file; this file is no longer needed for the project setup.

This commit is contained in:
vchikalkin 2025-08-15 11:53:03 +03:00
parent fcf44dfb5f
commit 9c8c418ae5

View File

@ -1,4 +1,11 @@
services: services:
next-downloader-bot:
env_file:
- .env
build:
context: .
dockerfile: ./Dockerfile
restart: always
telegram-bot-api: telegram-bot-api:
env_file: env_file:
- .env - .env