Advanced Search
Search Results
300 total results found
Funkwhale
Link 1 | Link 2 version: '3.3' services: funkwhale: container_name: funkwhale environment: - FUNKWHALE_HOSTNAME=<yourdomain.funkwhale> - NESTED_PROXY=0 - PUID=998 - PGID=100 ...
Deemix
version: '3.3' services: deemix: image: registry.gitlab.com/bockiii/deemix-docker container_name: Deemix volumes: - /srv/path/Files/Deemix/Downloads:/downloads - /srv/path/Files/Deemix/Config:/config ...
Humhub
Link version: '3.1' services: humhub: image: mriedmann/humhub:1.6.2 links: - "db:db" ports: - "4862:80" volumes: - "/srv/path/Files/Humhub/config:/var/www/localhost/htdocs/protected/config" - "/srv/path/File...
Pinedocs
Link version: '3.3' services: web: image: rvbg/pinedocs #amd64 : xy2z/pinedocs ports: - 3619:80 volumes: - ./data:/data/pinedocs restart: unless-stopped
Lychee
LinkDocs #------------------------------------------- # Docker Compose # @RobLandry # Repo : https://github.com/LycheeOrg/Lychee-Docker #------------------------------------------- version: '3' services: lychee_db: container_name: lychee_db...
Portainer Apps Templates
Original : https://raw.githubusercontent.com/portainer/templates/master/templates-2.0.json Technorabilia : For Portainer v1: https://raw.githubusercontent.com/technorabilia/portainer-templates/main/lsio/templates/templates-1.20.0.json For Portainer v2: ht...
Vikunja (with mail notifications)
version: '3.3' services: db: image: mariadb:10 command: --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci environment: MYSQL_ROOT_PASSWORD: xxxxxxx MYSQL_USER: vikunja MYSQL_PASSWORD: xxxxxxx ...
Gluetun
Video : Link 1 | Link 2 version: "3.3" services: gluetun: image: qmcgaw/gluetun cap_add: - NET_ADMIN ports: - 8889:8888/tcp # HTTP proxy #original 8888:8888 - 8388:8388/tcp # Shadowsocks - 8388:8388/udp # Shadow...
Filebrowser
Link version: '3.3' services: filebrowser: container_name: filebrowser image: filebrowser/filebrowser:latest volumes: - /srv/path/:/srv # Arborescence qui sera visible de l'utilisateur par défaut - /srv/path/conf/filebrowser....
Bibliogram
Link version: '3.3' volumes: db: services: bibliogram: build: . image: schklom/bibliogram volumes: - /srv/path/Files/Bibliogram/db:/app/db ports: - 10407:10407 restart: unle...
qBittorrent
Link --- version: "2.1" services: qbittorrent: image: lscr.io/linuxserver/qbittorrent container_name: qbittorrent environment: - PUID=1000 - PGID=1000 - TZ=Europe/London - WEBUI_PORT=8080 #8996 volumes: ...
Tube Archivist
Link version: '3.3' services: tubearchivist: container_name: tubearchivist restart: unless-stopped image: bbilly1/tubearchivist ports: - 8624:8000 #OG : 8000:8000 volumes: - /srv/path/to/videos:/youtube - ...
Gitea
Link version: "3" networks: gitea: external: false services: server: image: gitea/gitea:1.15.8 container_name: gitea environment: - USER_UID=998 - USER_GID=100 - GITEA__database__DB_TYPE=mysql - G...
Homechart
Video | Link version: "3" volumes: postgres: {} services: homechart: depends_on: - postgres environment: HOMECHART_POSTGRESQL_HOSTNAME: postgres HOMECHART_POSTGRESQL_PASSWORD: xxxxxx HOMECHART_POSTGRESQL_USERN...
Wireguard Easy
Link version: "3.3" services: wg-easy: environment: # ⚠️ Required: # Change this to your host's public address - WG_HOST=public IP # Optional: - PASSWORD_HASH= #see instructions bellow - WG_PORT=51820 ...
Duplicacy
Video | Link version: '3.3' services: duplicacy-web: container_name: duplicacy ports: - '3875:3875/tcp' environment: - USR_ID=998 - GRP_ID=100 - TZ=Europe/Paris volu...
Transmission-OpenVPN
Video | Link --- version: "3.3" services: transmission-openvpn: image: haugene/transmission-openvpn:latest container_name: transmission-openvpn restart: always cap_add: - NET_ADMIN # This runs the container with raised privileg...
Tubesync
Link version: '3.7' services: tubesync: image: ghcr.io/meeb/tubesync:latest container_name: tubesync restart: unless-stopped ports: - 4848:4848 volumes: - /srv/path/Files/Tubesync/config:/config - /srv/path/Fi...
Flaresolverr
Link | Link 2 version: "3.3" services: flaresolverr: # DockerHub mirror flaresolverr/flaresolverr:latest image: ghcr.io/flaresolverr/flaresolverr:latest container_name: flaresolverr environment: - LOG_LEVEL=debug - LOG_HT...
Privatebin
Link version: '3.3' services: privatebin: restart: unless-stopped ports: - '5721:80' container_name: privatebin environment: - PUID=998 - PGID=100 volumes: ...