docs: add .env.example as environment variable reference

This commit is contained in:
2025-05-18 17:00:11 +02:00
parent 5122bbff45
commit 760b526e2c

8
.env.example Normal file
View File

@@ -0,0 +1,8 @@
# Projektname für Docker Compose
COMPOSE_PROJECT_NAME=michaelschiemer
# Externer Port für Web-Zugriff
APP_PORT=8000
# PHP-Version (für Build)
PHP_VERSION=8.4