Changes
Build and Push Docker Images / build (push) Successful in 31s

This commit is contained in:
2026-05-20 14:25:07 +03:00
parent fb5b254570
commit aa79b422e4
12 changed files with 239 additions and 1 deletions
+3
View File
@@ -289,6 +289,9 @@ services:
- ASPNETCORE_ENVIRONMENT=${ASPNETCORE_ENVIRONMENT:-Development}
- ASPNETCORE_URLS=${ASPNETCORE_URLS:-http://+:8080}
- APP_ENVIRONMENT_NAME=${APP_ENVIRONMENT_NAME:-myai.local}
# Site: matches web appsettings Site section (Normal, UnderConstruction, Unavailable)
- Site__Mode=${Site__Mode:-Normal}
networks:
- myai-network
restart: unless-stopped