2025-09-02 16:22:57 +02:00
2025-08-04 18:48:49 +02:00
2025-08-04 18:48:49 +02:00
2025-09-02 16:22:57 +02:00

Absolutely! Heres the updated, beautifully formatted Markdown installation guide, now including the repo cloning instructions and credential notice:

📦 Minimal Requirements & Installation Guide

Minimal Requirements • Docker Compose V2 • Git installed (git --version)

🔁 Step-by-Step Installation

  1. Clone the repository

First, clone the self-hosted Docker Compose setup from our private repository:

git clone https://gitea.phx-erp.de/PHXGMBH/docker-compose-selfhost.git

🔐 Note: Youll be prompted to enter your Gitea credentials (username & password or token) to access the repository.

  1. Navigate to the cloned project

cd docker-compose-selfhost

  1. Pull the Docker images

Run:

docker compose pull

  1. Set pgAdmin data folder permissions

To ensure pgAdmin can access its persistent storage, run:

sudo chown -R 5050:5050 ./pgadmin/data

🚀 Ready to go

Now youre ready to launch the stack:

docker compose up -d

You can access services like pgAdmin, Postgres, Phoenix ERP, and others after containers are running.

Description
No description provided
Readme 144 KiB
Languages
Shell 99.5%
CSS 0.5%