wohnbot/docker-compose.yml
2025-12-15 15:30:41 +01:00

17 lines
349 B
YAML

services:
wohnbot:
build: .
container_name: wohnbot
restart: unless-stopped
env_file:
- .env
volumes:
- /srv/dev-disk-by-uuid-a920d9c0-dfc1-4a58-ae4d-92cf88ff04a5/docker-app/wohnbot/data:/data:rw
networks:
proxy-network:
aliases:
- wohnbot
networks:
proxy-network:
external: true