Skip to content

Commit

Permalink
Re-add persistent registry storage
Browse files Browse the repository at this point in the history
  • Loading branch information
detiber committed Feb 1, 2022
1 parent ba0b0d4 commit 8739d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ services:
volumes:
- certs:/certs/${FACILITY:-onprem}:ro
- auth:/auth:rw
- registry_data:/var/lib/registry:rw
depends_on:
tls-gen:
condition: service_completed_successfully
Expand Down Expand Up @@ -323,3 +324,4 @@ volumes:
postgres_data:
certs:
auth:
registry_data:

0 comments on commit 8739d35

Please sign in to comment.