ajout Apps
This commit is contained in:
@ -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
|
@ -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
|
Reference in New Issue
Block a user