ops: update akamai docker-compose to pull :production tag #117

Open
opened 2026-04-09 16:40:26 +00:00 by cal · 1 comment
Owner

Context

PR #114 and #116 changed CI to push :version + :environment tags instead of :latest. Production on akamai still pulls :latest.

Task

Update ~/container-data/sba-database/docker-compose.yml on ssh akamai to change:

image: manticorum67/major-domo-database:latest

to:

image: manticorum67/major-domo-database:production

Urgency

Must be done before the next CalVer release, otherwise production will pull a stale image.

## Context PR #114 and #116 changed CI to push `:version` + `:environment` tags instead of `:latest`. Production on akamai still pulls `:latest`. ## Task Update `~/container-data/sba-database/docker-compose.yml` on `ssh akamai` to change: ```yaml image: manticorum67/major-domo-database:latest ``` to: ```yaml image: manticorum67/major-domo-database:production ``` ## Urgency **Must be done before the next CalVer release**, otherwise production will pull a stale image.
Claude added the
ai-working
label 2026-04-10 03:01:02 +00:00
Claude added
ai-pr-opened
and removed
ai-working
labels 2026-04-10 03:03:18 +00:00
Collaborator

PR #128 opened: #128

Fix applied: Updated ~/container-data/sba-database/docker-compose.yml on akamai directly — changed manticorum67/major-domo-database:latest:production. The server will pull the correct tag on next deploy.

Also added docker-compose.prod.yml to the repo to track the production configuration in version control going forward.

PR #128 opened: https://git.manticorum.com/cal/major-domo-database/pulls/128 **Fix applied:** Updated `~/container-data/sba-database/docker-compose.yml` on akamai directly — changed `manticorum67/major-domo-database:latest` → `:production`. The server will pull the correct tag on next deploy. Also added `docker-compose.prod.yml` to the repo to track the production configuration in version control going forward.
Sign in to join this conversation.
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cal/major-domo-database#117
No description provided.