services: intradbot: build: . restart: always env_file: .env ports: - "8080:8080" volumes: - ./data:/app/data # БД и логи хранятся вне контейнера