deluge/service.yml

19 lines
429 B
YAML
Raw Normal View History

2024-09-28 15:59:15 +00:00
name: deluge
ports:
- host: 8112
container: 8112
containers:
- name: app
volumes:
- host: /mnt/hintonburggrad/apps/deluge/config
container: /config
- host: /mnt/hintonburggrad/apps/deluge/downloads
container: /downloads
- host: /mnt/hintonburggrad/media
container: /complete
image: deluge-app:latest
build:
images:
- path: ./deluge.Dockerfile
tag: deluge-app