Files
whatsappi/docker-compose.yml
2023-08-05 18:23:39 +02:00

15 lines
353 B
YAML

version: "3"
services:
whatsappi:
build: bot
image: whatsappi
container_name: whatsappi
volumes:
- ./data:/app/data
restart: unless-stopped
environment:
- SLEEP_QRCODE=${SLEEP_QRCODE}
- SLEEP_LONG=${SLEEP_LONG}
- SLEEP_SHORT=${SLEEP_SHORT}
- REQUEST_URL=${REQUEST_URL}