feat(docker): update Docker configuration for Arvan Cloud registry and add API documentation generation
This commit is contained in:
@@ -3,6 +3,8 @@ services:
|
||||
build:
|
||||
context: .
|
||||
target: app
|
||||
args:
|
||||
DOCKER_REGISTRY: docker.arvancloud.ir
|
||||
image: hoshpoint-backend-app:production
|
||||
restart: unless-stopped
|
||||
env_file:
|
||||
@@ -25,6 +27,8 @@ 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