first commit

This commit is contained in:
Matteo Basile
2026-07-16 08:46:35 +02:00
commit af525dfd06
13 changed files with 340 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
APP_ENV={{ app_environment }}
GREETING_MESSAGE={{ greeting_message }}
APP_SECRET={{ app_secret }}
RELEASE_ID={{ release_id }}
DEMO_API_KEY={{ demo_api_key }}
DEMO_DB_PASSWORD={{ demo_db_password }}

View File

@@ -0,0 +1,5 @@
Project: application-consumption-demo-algorithm
Image: {{ container_image }}:{{ image_tag }}
Digest: sha256:6cc8ab7c08f195cb65c689255418652fdf0094acaaa4ef63475d594039cda2ab
Container: {{ container_name }}
Port: {{ app_port }}