This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
spadinastan/deluge/docker-compose.yml
Marc Cataford 75e72191bd
Infra/kong gateway (#5)
* infra: add deluge to kong-net

* infra: gateway container

* feat: kong invocations

* docs: update
2022-10-31 12:34:32 -04:00

20 lines
377 B
YAML

version: "2.1"
services:
deluge:
image: lscr.io/linuxserver/deluge:latest
container_name: deluge
environment:
- TZ=America/Toronto
volumes:
- ./config:/config
- ./downloads:/downloads
ports:
- 8112:8112
- 6881:6881
- 6881:6881/udp
restart: unless-stopped
networks:
default:
name: kong-net
external: true