Skip to content

Commit 9630140

Browse files
Update docker
1 parent fd914c5 commit 9630140

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.DEFAULT_GOAL := default
33
CERT_FILE = ./server/src/main/resources/app.key
44
ENV?=dev
5-
REGISTRY_OWNER?=r-sandor
5+
REGISTRY_OWNER?=antonrasmussen
66

77
default:
88
$(MAKE) build_server & PID1=$$!; \

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
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:

0 commit comments

Comments
 (0)