diff --git a/docker-compose.template b/docker-compose.template new file mode 100644 index 0000000..b06cd6c --- /dev/null +++ b/docker-compose.template @@ -0,0 +1,12 @@ +services: + __REPO_NAME__: + image: __FULL_URL__:__BUILD_TAG__ + container_name: __REPO_NAME__ + restart: unless-stopped + # Falls du Variablen aus der buildargs.env brauchst: + environment: + - APP_VERSION=__BUILD_TAG__ + - BASE_IMAGE_USED=__BASE_IMAGE__ + # Hier kannst du weitere Standard-Einstellungen definieren + ports: + - "8080:80" \ No newline at end of file