Advanced Search
Search Results
335 total results found
Youtransfer
version: '3.3' services: youtransfer: volumes: - '/srv/path/Files/Youtransfer/uploads:/opt/youtransfer/uploads' - '/srv/path/Files/Youtransfer/config:/opt/youtransfer/config' ports: - '89:5000' ...
Cryptpad
Link version: '3.3' services: cryptpad: environment: - CPAD_MAIN_DOMAIN=example.com - CPAD_SANDBOX_DOMAIN=sandbox.example.com volumes: - '${PWD}/data/blob:/cryptpad/blob' - '${PWD}/da...
Libreoffice
Link --- version: "3.3" services: libreoffice: image: ghcr.io/linuxserver/libreoffice container_name: libreoffice environment: - PUID=998 - PGID=100 - TZ=Europe/Paris volumes: - /srv/path/Files/LibreOffice/...
Onlyoffice
version: '3.3' services: documentserver: ports: - '6589:80' volumes: - '/srv/path/Files/OnlyOffice/logs:/var/log/onlyoffice' - '/srv/path/Files/OnlyOffice/data:/var/www/onlyoffice/Data' ...
Ampache
Link version: '3.3' services: ampache: container_name: ampache volumes: - '/srv/path/Files/Ampache/music:/media:ro' ports: - '8012:80' image: ampache/ampache
Koel
Link version: '3.3' services: koel: image: hyzual/koel depends_on: - database ports: - 7852:80 environment: - DB_CONNECTION=mysql - DB_HOST=database - DB_USERNAME=koel - DB_PASSWORD=01664892g...
Netdata
Link Find your host's FQDN hostname --fqdn version: '3' services: netdata: image: netdata/netdata container_name: netdata hostname: FDQN # set to fqdn of host ports: - 19999:19999 restart: unless-stopped cap_add: ...
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 4
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...