File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ networks:
99services :
1010 reverse-proxy :
1111 # Use Traefik for routing and certificate handling.
12- image : traefik:v3.4.0
12+ image : traefik:v3.4.1
1313 restart : unless-stopped
1414 command :
1515 - " --api.insecure=true"
Original file line number Diff line number Diff line change 11version : ' 3'
22services :
33 registry :
4- image : registry:latest
4+ image : registry:3.0.0
55 command : /etc/distribution/config.yml
66 expose :
77 - 5000
88 environment :
9- REGISTRY_STORAGE_FILESYSTEM_ROOTDIRECTORY : /data
109 REGISTRY_AUTH : htpasswd
1110 REGISTRY_AUTH_HTPASSWD_REALM : Registry
1211 REGISTRY_AUTH_HTPASSWD_PATH : /run/secrets/registry_password_file
@@ -16,7 +15,7 @@ services:
1615 secrets :
1716 - registry_password_file
1817 volumes :
19- - " {{registry_data_dir}}:/data "
18+ - " {{registry_data_dir}}:/var/lib/registry "
2019 restart : always
2120 networks :
2221 - databuddy_ingress
You can’t perform that action at this time.
0 commit comments