fix registry link

This commit is contained in:
root
2026-06-02 15:17:09 -04:00
parent da1841e6b9
commit a9305fa4a2
8 changed files with 134 additions and 9 deletions
+1
View File
@@ -35,6 +35,7 @@
"docker:prod:start:pgmanage": "bash scripts/docker-prod-up-pgmanage.sh",
"docker:prod:start:portainer": "bash scripts/docker-prod-up-portainer.sh",
"docker:prod:start:registry": "bash scripts/docker-prod-up-registry.sh",
"docker:registry:local:start": "bash scripts/docker-registry-local-up.sh",
"docker:prod:deploy": "bash scripts/docker-prod-deploy.sh",
"docker:prod:up": "bash scripts/docker-prod-up-all.sh",
"docker:prod:down": "docker compose -p rentaldrivego-prod --env-file .env.docker.production -f docker-compose.production.yml down",