Advanced Search
Search Results
5 total results found
Development Tools
NextCloud
The most popular open source content collaboration platform for tens of millions of users at thousands of organizations across the globe Website: https://nextcloud.com/ docker-compose.yaml version: "3.2" services: db: image: mariadb:10.5.11 ...
OneDev
Git server with CI/CD, kanban, and packages. Seamless integration. Unparalleled experience. Website: https://onedev.io/ docker-compose.yaml version: "3.7" services: #OneDev onedev: container_name: onedev image: 1dev/server restart:...
TeslaMate
A powerful, self-hosted data logger for your Tesla. Website: https://github.com/teslamate-org/teslamate docker-compose.yaml services: teslamate: container_name: teslamate image: teslamate/teslamate:latest restart: always environment...
Install Docker Scout to Docker CLI
If you want to use Docker Scout but don't want to install Docker Desktop, here's how you do it: (on linux) Go to Docker scout-cli latest release Copy the link (right click, copy link address) for docker-scout_VERISION_linux_amd64.tar.gz On your docker ...