ajout Apps

This commit is contained in:
2024-05-03 12:13:44 +02:00
parent 6ff6c77cf2
commit 6ac26c2c8e
12 changed files with 129 additions and 8 deletions

View File

@ -6,3 +6,21 @@ networks:
#### SERVICES
services:
freetube:
image: linuxserver/freetube:latest
container_name: freetube
security_opt:
- seccomp:unconfined #optional
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /srv/appdata/freetube/config:/config
networks:
- back_network
ports:
- 3000:3000
- 3001:3001
shm_size: "2gb"
restart: unless-stopped

View File

@ -6,3 +6,13 @@ networks:
#### SERVICES
services:
metube:
image: ghcr.io/alexta69/metube
container_name: metube
restart: unless-stopped
networks:
- back_network
ports:
- "8081:8081"
volumes:
- ./downloads:/downloads