Skip to content
Snippets Groups Projects
Commit a7027eab authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[meta-registry-test] Stay with manual deploy

Bad idea to use docker_test.sh, it would require too much modifications 
just for this special case
parent e2c3c256
No related branches found
No related tags found
No related merge requests found
Pipeline #59257 waiting for manual action
......@@ -11,7 +11,7 @@ services:
registry:
container_name: registry
restart: always
image: registry.picasoft.net/meta-registry-test:0.1
image: registry.test.picasoft.net/meta-registry-test:0.1
environment:
REGISTRY_AUTH: htpasswd
REGISTRY_AUTH_HTPASSWD_PATH: /auth/htpasswd
......@@ -22,7 +22,7 @@ services:
- registry-data:/var/lib/registry
- ./secrets/htpasswd:/auth/htpasswd
labels:
- "traefik.frontend.rule=Host:registry.picasoft.net"
- "traefik.frontend.rule=Host:registry.test.picasoft.net"
- "traefik.port=5000"
- "traefik.enable=true"
#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment