fixes for ro mounts
This commit is contained in:
@@ -8,40 +8,25 @@ x-volume-configs:
|
|||||||
create_host_path: true
|
create_host_path: true
|
||||||
|
|
||||||
drone: &drone_volumes
|
drone: &drone_volumes
|
||||||
|
- /mnt/omnissiah-vault/configs/certs:/usr/local/share/ca-certificates:ro
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/omnissiah-vault/configs/drone
|
source: /mnt/omnissiah-vault/configs/drone
|
||||||
target: /data
|
target: /data
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- type: bind
|
|
||||||
source: /mnt/omnissiah-vault/configs/certs
|
|
||||||
target: /usr/local/share/ca-certificates:ro
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
|
|
||||||
registry: ®istry_volumes
|
registry: ®istry_volumes
|
||||||
|
- ./registry/config.yml:/etc/docker/registry/config.yml:ro
|
||||||
|
|
||||||
|
- /mnt/omnissiah-vault/configs/auth:/auth:ro
|
||||||
- type: bind
|
- type: bind
|
||||||
source: /mnt/omnissiah-vault/data/registry
|
source: /mnt/omnissiah-vault/data/registry
|
||||||
target: /var/lib/registry
|
target: /var/lib/registry
|
||||||
bind:
|
bind:
|
||||||
create_host_path: true
|
create_host_path: true
|
||||||
- type: bind
|
|
||||||
source: /mnt/omnissiah-vault/configs/auth
|
|
||||||
target: /auth:ro
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
- type: bind
|
|
||||||
source: ./registry/config.yml
|
|
||||||
target: /etc/docker/registry/config.yml:ro
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
|
|
||||||
registry_ui: ®istry_ui_volumes
|
registry_ui: ®istry_ui_volumes
|
||||||
- type: bind
|
- /mnt/omnissiah-vault/configs/auth:/auth:ro
|
||||||
source: /mnt/omnissiah-vault/configs/auth
|
|
||||||
target: /auth:ro
|
|
||||||
bind:
|
|
||||||
create_host_path: true
|
|
||||||
|
|
||||||
services:
|
services:
|
||||||
registry-ui:
|
registry-ui:
|
||||||
|
|||||||
Reference in New Issue
Block a user