Añadido aMuTorrent
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user