File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22.DEFAULT_GOAL := default
33CERT_FILE = ./server/src/main/resources/app.key
44ENV? =dev
5- REGISTRY_OWNER? =r-sandor
5+ REGISTRY_OWNER? =antonrasmussen
66
77default :
88 $(MAKE ) build_server & PID1=$$ ! ; \
Original file line number Diff line number Diff line change 11services :
22 frontend :
3- image : ghcr.io/r-sandor /findfirst-frontend:latest
3+ image : ghcr.io/${REGISTRY_OWNER:-antonrasmussen} /findfirst-frontend:latest
44 ports :
55 - " 3000:3000"
66 environment :
@@ -12,7 +12,7 @@ services:
1212 - dev
1313 - backend
1414 server :
15- image : ghcr.io/r-sandor /findfirst-server:latest
15+ image : ghcr.io/${REGISTRY_OWNER:-antonrasmussen} /findfirst-server:latest
1616 ports :
1717 - " 9000:9000"
1818 environment :
@@ -34,7 +34,7 @@ services:
3434 - dev
3535 - frontend
3636 screenshot :
37- image : ghcr.io/r-sandor /findfirst-screenshot:latest
37+ image : ghcr.io/${REGISTRY_OWNER:-antonrasmussen} /findfirst-screenshot:latest
3838 ports :
3939 - 8080:8080
4040 environment :
You can’t perform that action at this time.
0 commit comments