Skip to content

Commit

Permalink
docker: pin cernopendata-portal image version
Browse files Browse the repository at this point in the history
Pin the cernopendata-portal infrastructure container image version to
the stable release 0.1.11, fixing local deployment record loading
troubles.

Closes cernopendata/cernopendata-portal#64
  • Loading branch information
tiborsimko committed Oct 10, 2024
1 parent 9ad5170 commit aca8f2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
- TEMPLATES_AUTO_RELOAD=True
command: bash -c "/content/scripts/start-server-debug.sh"
restart: "unless-stopped"
image: registry.cern.ch/cernopendata/cernopendata-portal:latest
image: registry.cern.ch/cernopendata/cernopendata-portal:0.1.11
volumes:
- ../opendata.cern.ch:/content
- ./cernopendata:/code/cernopendata
Expand Down

0 comments on commit aca8f2b

Please sign in to comment.