new flexible layout

This commit is contained in:
2026-02-12 22:46:20 +00:00
parent aa743edd12
commit 7deb3a58f8

View File

@@ -3,10 +3,7 @@ services:
image: __FULL_URL__:__BUILD_TAG__
container_name: __REPO_NAME__
restart: unless-stopped
# Falls du Variablen aus der buildargs.env brauchst:
__PORTS_BLOCK__
environment:
- APP_VERSION=__BUILD_TAG__
- BASE_IMAGE_USED=__BASE_IMAGE__
# Hier kannst du weitere Standard-Einstellungen definieren
ports:
- "8080:80"
__ENV_BLOCK__
__VOL_BLOCK__