Skip to content

Commit

Permalink
rebuild docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
hafiziruslan committed Aug 2, 2024
1 parent cfba729 commit 7c7c1fb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
10 changes: 7 additions & 3 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
.git
.github
.hust
.husky
.vscode
.yarn
*.bat
*.bat.bak
*.lock
*.tgz
dist
log
node_modules
npm-debug.log
tokens
npm-debug.log
10 changes: 4 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ version: "3"
services:
wppconnect:
container_name: wppconnect-server
restart: unless-stopped
build:
context: .
volumes:
- ./config.ts:/usr/src/wpp-server/config.ts
- ./wppconnect_tokens:/usr/src/wpp-server/tokens
- ./config.ts:/usr/src/wpp-server/src/config.ts
- ./tokens:/usr/src/wpp-server/tokens
ports:
- "21465:21465"

volumes:
wppconnect_tokens: {}
- "21465:21465"

0 comments on commit 7c7c1fb

Please sign in to comment.