Generated by ChatGPT. Misleading at best, completely wrong in most cases.
This repository provides a Docker Compose implementation of the infrastructure for grd0.net.
The grd0-infrastructure repository offers a Docker Compose-based setup for deploying the core services of grd0.net.
For the original GitLab repository, visit: grd0.net GitLab Repository
Before setting up the infrastructure, ensure you have the following installed:
- Docker (version 20.10 or later)
- Docker Compose (version 1.29 or later)
-
Clone the Repository
git clone https://github.com/maybeken/grd0-infrastructure.git cd grd0-infrastructure -
Start the Services
docker-compose up -d
This command will start all the services defined in the
docker-compose.ymlfile in detached mode. -
Access the Services
Please setup the port forwarding accordingly for local deployment.
-
Stop the Services
docker-compose down
This command will stop and remove all the containers defined in the
docker-compose.ymlfile.
The docker-compose.yml file defines the following services:
- grd0-site: The main website for grd0.net.
- hoarder-app: An application for managing and organizing data.
- nextcloud: A self-hosted cloud storage solution.
- vaultwarden: A lightweight Bitwarden-compatible password manager.
This project is licensed under the CC-BY-SA-4.0 license.
Contributions are welcome! Please fork the repository, make your changes, and submit a pull request.