bunnykek/MultiUpload

[Feature request] add docker-compose.yml file

Closed this issue ยท 4 comments

Hi,

I would appreciate if you could please add docker-compose.yml file.
I count on your kind consideration of my request.
I appreciate your work sir. ๐Ÿ™‚

There is dockerfile alright provided in the repository. Why would you need docker compose file?
Simply google how to build and run a dockerfile.

There is dockerfile alright provided in the repository. Why would you need docker compose file? Simply google how to build and run a dockerfile.

ฤฐt's my suggestion sir. ฤฐf you like the idea I would appreciate if you could please add it in your repo? ๐Ÿ‘๐Ÿ™‚

Also go-ul_linux_x64 needs to be set as go-ul_x64 in order to give the right permission.

chmod +x go-ul_linux_x64; python3 bot.py

docker-compose.yml

version: "3.3"

services:
  app:
    build: .
    command: bash start.sh
    restart: on-failure

cmd for build: sudo docker-compose up --build

Alright

Alright

I opened PR