Skip to content

Instantly share code, notes, and snippets.

@denihida1216
Created September 21, 2022 08:10
Show Gist options
  • Save denihida1216/21318752eeb12994cf12fce096b5ff45 to your computer and use it in GitHub Desktop.
Save denihida1216/21318752eeb12994cf12fce096b5ff45 to your computer and use it in GitHub Desktop.
whatsapp web js api docker compose
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