updates (#3)
Reviewed-on: http://gitea.nearfuture/fejy/docker-compose-stack/pulls/3 Co-authored-by: Jeff Near <jeff@nearfuture.industries> Co-committed-by: Jeff Near <jeff@nearfuture.industries>
This commit was merged in pull request #3.
This commit is contained in:
@@ -33,6 +33,40 @@ services:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.cross-seed2.rule=Host(`cross-seed2.nearfuture`)"
|
||||
- "traefik.http.routers.cross-seed2.entrypoints=web"
|
||||
cross-seed3:
|
||||
image: ghcr.io/cross-seed/cross-seed:6
|
||||
container_name: cross-seed3
|
||||
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
ports:
|
||||
- "2470:2468"
|
||||
volumes:
|
||||
- /home/fejy/docker/cross-seed3:/config
|
||||
- /mnt/AVARITIA/Share:/Avaritia/Share/
|
||||
command: daemon
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.cross-seed3.rule=Host(`cross-seed3.nearfuture`)"
|
||||
- "traefik.http.routers.cross-seed3.entrypoints=web"
|
||||
cross-seed-priv:
|
||||
image: ghcr.io/cross-seed/cross-seed:6
|
||||
container_name: cross-seed-priv
|
||||
user: 1029:1000 # this must match your torrent client (cross-seed does not support using PGID and PUID)
|
||||
ports:
|
||||
- "2471:2468"
|
||||
volumes:
|
||||
- /home/fejy/docker/cross-seed-priv:/config
|
||||
- /mnt/LUXURIA/Private:/mnt/LUXURIA/Private
|
||||
command: daemon
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.cross-seed-priv.rule=Host(`cross-seed-priv.nearfuture`)"
|
||||
- "traefik.http.routers.cross-seed-priv.entrypoints=web"
|
||||
|
||||
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user