vm-ztv/torrserver/docker-compose.yaml

33 lines
571 B
YAML
Raw Normal View History

2025-04-02 08:31:34 +04:00
version: '3'
services:
torrserv:
image: torrserver:v134
container_name: torrserv
2025-10-31 08:59:15 +04:00
# ports:
# - 8090
# - 30111:8090
# - 30112:8091
# - 8080:8091
2025-04-02 08:31:34 +04:00
restart: always
volumes:
- /app/torrserver/db:/db
- /app/certbot/ssl:/ssl
- torserv_cache:/cache
# mem_limit: "4G"
# certbot:
# image: certbot/certbot:latest
# volumes:
# - /app/torrserver/ssl:/etc/letsencrypt/:rw
2025-10-31 08:59:15 +04:00
networks:
overlay_net:
ipv4_address: 11.101.0.3
networks:
overlay_net:
external: true
2025-04-02 08:31:34 +04:00
volumes:
torserv_cache: