Skip to content

Commit

Permalink
Okteto (#55)
Browse files Browse the repository at this point in the history
Okteto soon
  • Loading branch information
Guru322 authored Jul 5, 2023
1 parent 6d70b28 commit bf26706
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ RUN npm install && npm install qrcode-terminal

COPY . .

EXPOSE 3000
EXPOSE 5000

CMD ["node", "index.js", "--server"]
CMD ["npm", "start"]
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ GURU-BOT- Simple Multi Device whatsapp bot.
<br>
<p align="center"><a href="https://heroku.com/deploy?template=https://github.com/Guru322/GURU-BOT"> <img src="https://img.shields.io/badge/Heroku%20Deploy-blue?style=for-the-badge&logo=heroku" width="220" height="38.45"/></a></p>

#### DEPLOY TO OKTETO

1. If You don't have an account On Okteto. Create a account.
<br>
<p align="center"><a href="https://www.okteto.com/pricing/?plan=SaaS"> <img src="https://img.shields.io/badge/Okteto%20Account-blue?style=for-the-badge&logo=okteto" width="220" height="38.45"/></a></p>

2. Now Deploy
<br>
<p align="center"><a href=""> <img src="https://img.shields.io/badge/Okteto%20Deploy-blue?style=for-the-badge&logo=okteto" width="220" height="38.45"/></a></p>


#### DEPLOY TO Replit

1. If You don't have an account in Replit. Create a account.
Expand Down
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: "3.9"
services:
worker:
build: .
volumes:
- .:/code
- logvolume01:/var/log
links:
- redis
redis:
image: redis
volumes:
logvolume01: {}

0 comments on commit bf26706

Please sign in to comment.