Skip to content

Commit 6418f2e

Browse files
committed
Add GHCR as docker image repo
1 parent 1bc0797 commit 6418f2e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker-compose.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ services:
2424
- internal
2525

2626
coreapi:
27+
image: ghcr.io/uwcirg/leaf-frontend:${LEAF_API_IMAGE_TAG:-latest}
2728
build:
2829
context: ./src/server
2930
depends_on:
@@ -38,6 +39,7 @@ services:
3839
- internal
3940

4041
node:
42+
image: ghcr.io/uwcirg/leaf-api:${LEAF_FRONTEND_IMAGE_TAG:-latest}
4143
build:
4244
context: ./src/ui-client
4345
depends_on:

0 commit comments

Comments
 (0)