Created
September 21, 2022 08:10
-
-
Save denihida1216/21318752eeb12994cf12fce096b5ff45 to your computer and use it in GitHub Desktop.
whatsapp web js api docker compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: "3.8" | |
services: | |
node: | |
container_name: node_container | |
build: | |
context: . | |
dockerfile: dockerfile | |
image: node:slim | |
restart: always | |
tty: true | |
ports: | |
- 1221:1221 | |
volumes: | |
- ./app:/app | |
volumes: | |
data: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment