wohnbot/docker-compose.dev.yml

15 lines
246 B
YAML
Raw Normal View History

services:
wohnbot:
build: .
container_name: wohnbot-dev
restart: unless-stopped
env_file:
- .env
dns:
- 1.1.1.1
- 8.8.8.8
volumes:
- ./data:/app/data:rw
environment:
2025-12-31 16:06:42 +01:00
- CHECK_INTERVAL=60