Skip to content

Commit

Permalink
Merge pull request #346 from lehigh-university-libraries/rm-recast
Browse files Browse the repository at this point in the history
remove recast
  • Loading branch information
DonRichards authored Sep 13, 2023
2 parents bce231d + 9bddc43 commit 7ef18bb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
9 changes: 0 additions & 9 deletions build/docker-compose/docker-compose.crayfish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,3 @@ services:
memory: ${MILLINER_MEMORY_LIMIT:-1G}
reservations:
memory: 512M
recast:
restart: ${RESTART_POLICY:-unless-stopped}
image: ${REPOSITORY:-islandora}/recast:${TAG:-latest}
deploy:
resources:
limits:
memory: ${RECAST_MEMORY_LIMIT:-1G}
reservations:
memory: 512M
4 changes: 0 additions & 4 deletions build/docker-compose/docker-compose.secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,3 @@ services:
secrets:
- JWT_ADMIN_TOKEN
- JWT_PUBLIC_KEY
recast:
secrets:
- JWT_ADMIN_TOKEN
- JWT_PUBLIC_KEY

0 comments on commit 7ef18bb

Please sign in to comment.