Skip to content

Commit

Permalink
add custom legacy profile to core and mediorum (#10866)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecsavvy authored Dec 30, 2024
1 parent c0b91c5 commit 373ce1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dev-tools/compose/docker-compose.legacy.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ services:
image: busybox:1.31.1
entrypoint: ["sh", "-c", "exit 0"]
profiles:
- noop
- legacy

core:
image: busybox:1.31.1
entrypoint: ["sh", "-c", "exit 0"]
profiles:
- noop
- legacy
4 changes: 3 additions & 1 deletion dev-tools/compose/docker-compose.legacy.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- ${PROJECT_ROOT}/cmd/mediorum:/app
- ${PROJECT_ROOT}/dev-tools:/tmp/dev-tools
profiles:
- storage
- legacy
depends_on:
db:
condition: service_healthy
Expand All @@ -60,3 +60,5 @@ services:
args:
git_sha: '${GIT_COMMIT}'
restart: unless-stopped
profiles:
- legacy

0 comments on commit 373ce1d

Please sign in to comment.