Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

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 ?

General knowledge.

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...

Monitoring

Musicbrainz Picard

Containered Apps

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: {}  

Music

SuiteCRM

Containered Apps

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. ...

CRM

Odoo

Containered Apps

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:/...

CRM

Dolibarr (old)

Containered Apps

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...

CRM
Finance

Docker-webui

Containered Apps

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: ...

Monitoring

EspoCRM

Containered Apps

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...

CRM

Twenty

Containered Apps

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 ...

CRM

Nautical-backup

Containered Apps

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

Containered Apps

Link version: "3.3" services: paisa: ports: - 7500:7500 volumes: - /srv/Files/Paisa/:/root/Documents/paisa/ image: ananthakumaran/paisa:latest

Finance

New Speedtest Tracker

Containered Apps

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: ...

Monitoring

Morphos

Containered Apps

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

Docs
Utility

Docuseal

Containered Apps

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'...

Docs

Paperless-ngx

Containered Apps

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...

Docs

Obsidian

Containered Apps

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...

Docs

Reader

Containered Apps

Link A speedreading tool version: "3.3" services: reader: ports: - 5301:8080 image: davidewiest/reader:latest  

Utility

FreeAskInternet

Containered Apps

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...

AI

Serge-chat

Containered Apps

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...

AI

Slink

Containered Apps

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 - ...

Media
Photo

Workout-tracker

Containered Apps

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: ...

Sport