Involving gittea image registry
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
back:
|
||||
build:
|
||||
context: ${ROOT_PATH}/back
|
||||
image: cht-lawfirm-back-prod
|
||||
image: git.dorfsvald.net/ewandor/cht-lawfirm-back-prod
|
||||
restart: always
|
||||
volumes:
|
||||
- ${ROOT_PATH}/back/app:/code/app
|
||||
@@ -13,7 +13,7 @@ services:
|
||||
build:
|
||||
context: ${ROOT_PATH}/front
|
||||
dockerfile: prod.Dockerfile
|
||||
image: cht-lawfirm-nginx-prod
|
||||
image: git.dorfsvald.net/ewandor/cht-lawfirm-nginx-prod
|
||||
restart: always
|
||||
ports:
|
||||
- "3820:80"
|
||||
|
||||
Reference in New Issue
Block a user