refactor(docker): remove DOCKER_REGISTRY argument from Dockerfile and docker-compose.yml for simplification
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user