Marc Cataford
75e72191bd
* infra: add deluge to kong-net * infra: gateway container * feat: kong invocations * docs: update
20 lines
377 B
YAML
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
|