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