8 Commits

Author SHA1 Message Date
claude cf064531c5 Refactor docker-compose: single deployable file + local override
Build and Push Docker Images / build (push) Successful in 11s
- docker-compose.yml is now the single file for Portainer (staging and prod).
  Uses registry images with ${IMAGE_TAG:-staging}, ${LOGS_PATH:-/opt/myai/logs},
  and ${FILES_PATH:-/opt/myai/files} so the same file works for all environments.
- docker-compose.override.yml adds build context, ports, and env_file for local dev
  and is auto-merged by "docker compose up" (no extra flags needed).
- .env.template documents IMAGE_TAG, LOGS_PATH, FILES_PATH alongside existing vars.
- docker-compose.dcproj updated so override file nests under docker-compose.yml in
  Solution Explorer.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-22 18:52:39 +03:00
claude a0ae262afc Main build
Build and Push Docker Images / build (push) Successful in 7s
2026-05-20 21:16:34 +03:00
claude 3e1ea47007 Build changes
Build and Push Docker Images / build (push) Successful in 5s
2026-05-11 13:02:10 +03:00
claude fe3dbc37ad Changes
Build and Push Docker Images / build (push) Failing after 1s
2026-05-07 17:09:24 +03:00
claude ae1db5e9a7 Changes
Build and Push Docker Images / build (push) Failing after 1s
2026-05-07 14:45:19 +03:00
claude 5f647b4561 Changes
Build and Push Docker Images / build (push) Failing after 1s
2026-05-07 14:40:49 +03:00
claude 2807672074 Changes
Build and Push Docker Images / build (push) Failing after 1s
2026-05-07 14:25:16 +03:00
claude fc2dd721e4 Initial commit
Build and Push Docker Images / build (push) Successful in 29s
2026-05-02 21:31:31 +03:00