Advanced Search
Search Results
311 total results found
How do I know which container takes up the most resources in docker? Comment savoir quel conteneur prend le plus de ressources dans docker ?
There are several ways to identify the resource hog among your Docker containers. Here's a breakdown of methods you can use: 1. Using the docker stats command: This is a built-in command that provides real-time resource usage information for running containers...
Musicbrainz Picard
Link version: "3.3" services: picard: container_name: picard ports: - 5800:5800 volumes: - /path/to/config:/config:rw - /path/to/music/:/storage:rw image: mikenye/picard networks: {}
SuiteCRM
Installation LinkConfig # Copyright VMware, Inc. # SPDX-License-Identifier: APACHE-2.0 version: '2' services: mariadb: image: docker.io/bitnami/mariadb:11.3 environment: # ALLOW_EMPTY_PASSWORD is recommended only for development. ...
Odoo
Link version: '2' services: db: image: postgres:10 environment: - POSTGRES_USER=odoo - POSTGRES_PASSWORD=odoo - POSTGRES_DB=postgres - PGDATA=/var/lib/postgresql/data/pgdata volumes: - /srv/Files/Odoo/db:/...
Dolibarr (old)
Link 1 | Link 2 | Official Docker image version: '3' services: mariadb: image: mariadb:10.6 container_name: mariadb restart: unless-stopped command: --character_set_client=utf8 --character-set-server=utf8mb4 --collation-server=utf8...
Docker-webui
LinkLink 2 version: '3.3' services: docker-webui: image: macgyverbass/docker-webui container_name: docker-webui restart: unless-stopped ports: - "8900:9000" stdin_open: true tty: ...
EspoCRM
Link version: '3.8' services: espocrm-db: image: mariadb:latest container_name: espocrm-db environment: MARIADB_ROOT_PASSWORD: CHANGEME #change MARIADB_DATABASE: espocrm MARIADB_USER: espocrm MARIADB_PASSWORD...
Twenty
Link mkdir -vp /srv/Files/Twenty/{data,db} \ && touch /srv/Files/Twenty/.env \ && touch /srv/Files/Twenty/docker-compose.yml \ && chmod -R 777 /srv/Files/Twenty/ Edit .env TAG=latest POSTGRES_ADMIN_PASSWORD=STRONGPASSWORD PG_DATABASE_HOST=db:5432 ...
Nautical-backup
Link version: '3' services: nautical-backup: image: minituff/nautical-backup:2 container_name: nautical-backup volumes: - /var/run/docker.sock:/var/run/docker.sock - /source:/app/source - /destination:/app/destination envir...
Paisa
Link version: "3.3" services: paisa: ports: - 7500:7500 volumes: - /srv/Files/Paisa/:/root/Documents/paisa/ image: ananthakumaran/paisa:latest
New Speedtest Tracker
GithubInstall version: "3.3" services: speedtest-tracker: container_name: speedtest-tracker restart: unless-stopped ports: - 8080:80 environment: - PUID=998 - PGID=100 - DB_CONNECTION=sqlite volumes: ...
Morphos
Link Morphos server aims to provide a self-hosted server to convert files privately. version: "3.3" services: morphos-server: ports: - 8080:8080 volumes: - /tmp:/tmp image: ghcr.io/danvergara/morphos-server:latest
Docuseal
Link 1 | Link 2 DocuSeal is an open source platform that provides secure and efficient digital document signing and processing. Create PDF forms to have them filled and signed online on any device with an easy-to-use, mobile-optimized web tool. version: '3'...
Paperless-ngx
Link | Config # Docker Compose file for running paperless from the Docker Hub. # This file contains everything paperless needs to run. # Paperless supports amd64, arm and arm64 hardware. # # All compose files of paperless configure paperless in the follow...
Obsidian
Link Obsidian is a note-taking app that lets you create, link, and organize your notes on your device, with hundreds of plugins and themes to customize your workflow. You can also publish your notes online, access them offline, and sync them securely with end...
Reader
Link A speedreading tool version: "3.3" services: reader: ports: - 5301:8080 image: davidewiest/reader:latest
FreeAskInternet
Link FreeAskInternet is a completely free, private and locally running search aggregator & answer generate using LLM, Without GPU needed. The user can ask a question and the system will use searxng to make a multi engine search and combine the search result t...
Serge-chat
Link Serge is a chat interface crafted with llama.cpp for running GGUF models. No API keys, entirely self-hosted! services: serge: image: ghcr.io/serge-chat/serge:latest container_name: serge restart: unless-stopped ports: - 800...
Slink
Link Yet another Imgur replacement. slink: image: anirdev/slink:latest container_name: slink environment: # Your application hostname - ORIGIN=https://your-domain.com # Require user approval before they can upload images - ...
Workout-tracker
Link version: "3.8" services: workout-tracker: image: ghcr.io/jovandeginste/workout-tracker:master restart: unless-stopped ports: # Host Port:Container Port - 8080:8080 volumes: - ./data:/data environment: ...