refactor(docker): remove DOCKER_REGISTRY argument from Dockerfile and docker-compose.yml for simplification

This commit is contained in:
2026-06-06 21:20:17 +03:30
parent 6fff2d0285
commit 10a63b46bf
2 changed files with 5 additions and 27 deletions

View File

@@ -3,8 +3,6 @@ services:
build:
context: .
target: app
args:
DOCKER_REGISTRY: docker.arvancloud.ir
image: hoshpoint-backend-app:production
restart: unless-stopped
env_file:
@@ -27,8 +25,6 @@ services:
build:
context: .
target: nginx
args:
DOCKER_REGISTRY: docker.arvancloud.ir
image: hoshpoint-backend-nginx:production
restart: unless-stopped
depends_on: