Skip to content

Commit da817b6

Browse files
Merge pull request tinkerbell#122 from detiber/registry_storage
Re-add persistent registry storage
2 parents 43793b4 + 2c3a186 commit da817b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/compose/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ services:
230230
volumes:
231231
- certs:/certs/${FACILITY:-onprem}:ro
232232
- auth:/auth:rw
233+
- registry_data:/var/lib/registry:rw
233234
depends_on:
234235
tls-gen:
235236
condition: service_completed_successfully
@@ -323,3 +324,4 @@ volumes:
323324
postgres_data:
324325
certs:
325326
auth:
327+
registry_data:

0 commit comments

Comments
 (0)