name: guko services: guko-bot: image: guko:local build: context: . dockerfile: telegram-bot/Dockerfile container_name: guko-bot restart: unless-stopped env_file: .env volumes: - ./servers.json:/data/servers.json - ./keys:/data/keys - ./media:/data/media - ./results:/data/results - ./history.json:/data/history.json - ./tmp:/data/tmp