Añadido aMuTorrent

This commit is contained in:
2026-02-15 11:10:18 +01:00
parent 6f8a16e8df
commit c0783ceda8
+19
View File
@@ -0,0 +1,19 @@
services:
amutorrent:
image: g0t3nks/amutorrent:latest
user: "1000:1000"
container_name: aMuTorrent
ports:
- "4000:4000"
environment:
- NODE_ENV=production
- PORT=4000
extra_hosts:
- "host.docker.internal:host-gateway"
volumes:
- ./logs:/usr/src/app/server/logs
- ./data:/usr/src/app/server/data
restart: unless-stopped
networks:
default:
name: aMuTorrent_NET