whatsapp/docker-compose.yml
2025-05-06 11:21:59 +02:00

13 lines
236 B
YAML

version: '3.8'
services:
whatsapp-bot:
build: .
container_name: whatsapp-bot
ports:
- "3001:3001"
volumes:
- ./tokens:/app/tokens
- ./session-web-api:/app/session-web-api
restart: unless-stopped