Skip to content

Commit

Permalink
add volume to persist pulp certificates
Browse files Browse the repository at this point in the history
Issue: AAH-2648
  • Loading branch information
jerabekjiri committed Sep 1, 2023
1 parent b5480f4 commit ad85972
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES/2648.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Add pulp_certs:/etc/pulp/certs volume to persist ``database_fields.symmetric.key`` and certificates on oci-env reload
5 changes: 5 additions & 0 deletions profiles/base/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,10 @@ services:
environment:
- PULP_WORKERS=1
#- LOCK_REQUIREMENTS=0
volumes:
- "pulp_certs:/etc/pulp/certs/"
depends_on:
- _galaxy_base

volumes:
pulp_certs:

0 comments on commit ad85972

Please sign in to comment.