Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion examples/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@

## 🛠️ Setup Instructions

### ⚠️ Disclaimer

This setup is provided as an **example only** and is **not ready for production use**. It lacks container image best practices, such as proper security hardening, minimal image sizes, and other considerations necessary for production environments. Use at your own risk and ensure you follow best practices before deploying to production.

### 1. Create a file named `stackit.ini` in the root directory:

Expand All @@ -42,4 +45,4 @@ docker compose up certbot
The certs and the live folder will be `root:root`, in order to access them with your user
```bash
sudo chown -R $(id -u):$(id -g) ./letsencrypt
```
```
Loading