Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.83 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.83 KB

Docker Compose Scripts

This repository contains predefined Docker Compose collection scripts which allows you to deploy Docker containers fast and easy.

Docker Compose List

Docker Compose File Description Default Entry Points
Gitea A painless self-hosted Git service. The fork of Gogs. http://127.0.0.1:3000 or ssh://127.0.0.1:22
Gogs A painless self-hosted Git service. http://127.0.0.1:3000 or ssh://127.0.0.1:22
Microsoft SQL Server Relational model database server produced by Microsoft. Note: This image is proprietary software. Use it for development purposes only otherwise purchase the license on official Microsoft Store. localhost:1433
Microsoft SQL Server for Apple Silicon Relational model database server produced by Microsoft and supports to deploy on Apple Silicon chips (e.g. M1). Note: This image is proprietary software. Use it for development purposes only otherwise purchase the license on official Microsoft Store. localhost:1433
Postgres SQL Server Powerful, open source object-relational database system. localhost:5432 for Server and http://localhost:5050 for PGAdmin4
OpenSSL Webterm User-friendly web app to use OpenSSL, based on WebAssembly. http://localhost:4300
qBittorrent The qBittorrent project aims to provide an open-source software alternative to µTorrent. http://localhost:8585
MariaDB Fork of the one of the most popular open source relational databases. http://localhost:40000 for Server and http://localhost:40001 for phpMyAdmin

License

The MIT License