fix routeros-config-export (#627)
Reviewed-on: #627 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
36e57f1532
commit
955f7dbbf7
2 changed files with 2 additions and 1 deletions
|
@ -67,6 +67,7 @@ services:
|
||||||
NGINX_PROXY_PASS_URL: http://oci-registry:5000
|
NGINX_PROXY_PASS_URL: http://oci-registry:5000
|
||||||
SHOW_CONTENT_DIGEST: true # https://github.com/Joxit/docker-registry-ui/issues/297
|
SHOW_CONTENT_DIGEST: true # https://github.com/Joxit/docker-registry-ui/issues/297
|
||||||
SHOW_CATALOG_NB_TAGS: true
|
SHOW_CATALOG_NB_TAGS: true
|
||||||
|
PULL_URL: registry.mgrote.net
|
||||||
networks:
|
networks:
|
||||||
- traefik
|
- traefik
|
||||||
- intern
|
- intern
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
routeros-config-export:
|
routeros-config-export:
|
||||||
container_name: routeros-config-export
|
container_name: routeros-config-export
|
||||||
restart: always
|
restart: always
|
||||||
image: registry.mgrote.net/oxidized-selfmade:check
|
image: registry.mgrote.net/routeros-config-export:master
|
||||||
volumes:
|
volumes:
|
||||||
- ./key_rb5009:/key_rb5009:ro
|
- ./key_rb5009:/key_rb5009:ro
|
||||||
- ./key_hex:/key_hex:ro
|
- ./key_hex:/key_hex:ro
|
||||||
|
|
Loading…
Reference in a new issue