chore: docker-compose refactor — single deployable file + local override #7
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
docker-compose.yml is now the single file for Portainer (staging and production). Uses IMAGE_TAG, LOGS_PATH, FILES_PATH variables with /opt/myai defaults. docker-compose.override.yml adds build context, ports, env_file for local dev (auto-merged by docker compose up). .env sets LOGS_PATH=./logs and FILES_PATH=../Apis/api/Files for local paths. Commit:
cf06453.