101t / jasmin-web-panel

📨 Jasmin Web Panel for Jasmin SMS Gateway
https://youtu.be/z-BFJzWtq1M
82 stars 78 forks source link

Missing docker-entrypoint.yml file for docker deployment #53

Closed maheshbasapur closed 2 years ago

maheshbasapur commented 2 years ago

In the main Readme, under Deployment using Docker heading, there is following command to execute docker stack deploy -c docker-entrypoint.yml jasmin1

But there neither is a construct it nor is a sample file

Please add it or help me if I am misunderstanding the instructions here

101t commented 2 years ago

Hi @maheshbasapur What is the problem here ?

maheshbasapur commented 2 years ago

Sorry, I guess I eate off some words while typing.

The problem is:

docker-entrypoint.yml is not there in the repo

if you are suggesting us to construct it, there should have been some help on how to go about it

101t commented 2 years ago

it's not required to build image from scratch, but other may want to, you could pull image I built before by:

docker pull tarekaec/jasmin_web_panel

it's up to you

101t commented 2 years ago

yes, it was my typo mistake:

 docker stack deploy -c docker-compose.yml jasmin1