Skip to content

Commit

Permalink
Upgrade dev environment and CI to latest wacz-exhibitor.
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccacremona committed Sep 27, 2023
1 parent e38505e commit 572d187
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ services:
build:
context: .
dockerfile: perma_web/Dockerfile
args:
RELEASE: v0.1.1
x-bake:
tags:
- registry.lil.tools/harvardlil/perma-web:78-6f1769f494a91b6e8a2a302383b76d3d
Expand All @@ -23,9 +21,11 @@ services:
wacz-exhibitor:
build:
context: ./services/docker/wacz-exhibitor
args:
RELEASE: v0.1.7
x-bake:
tags:
- registry.lil.tools/harvardlil/wacz-exhibitor:3-8ce71c739143ded5a4194a2314f3e723
- registry.lil.tools/harvardlil/wacz-exhibitor:3-8ce71c739143ded5a4194a2314f3e723-upgrade-preview
platforms:
- linux/amd64
- linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ services:
# wacz-exhibitor
#
wacz-exhibitor:
image: registry.lil.tools/harvardlil/wacz-exhibitor:3-8ce71c739143ded5a4194a2314f3e723
image: registry.lil.tools/harvardlil/wacz-exhibitor:3-8ce71c739143ded5a4194a2314f3e723-upgrade-preview
ports:
- "127.0.0.1:8080:8080"
extra_hosts:
Expand Down

0 comments on commit 572d187

Please sign in to comment.