File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ services:
2424 IMGPROXY_SALT : $APP_IMGPROXY_SALT
2525
2626 BOOKCOVER_SERVICE_URL : bookcover-service:5000
27+ AVATAR_SERVICE_URL : avatar-service:5000
2728
2829 NEO4J_USERNAME : $APP_NEO4J_USERNAME
2930 NEO4J_PASSWORD : $APP_NEO4J_PASSWORD
@@ -39,6 +40,14 @@ services:
3940 IMGPROXY_KEY : $APP_IMGPROXY_KEY
4041 IMGPROXY_SALT : $APP_IMGPROXY_SALT
4142
43+ avatar-service :
44+ image : ghcr.io/henken-club/avatar-grpc-service@sha256:c41214dd8cfd2e4f6d7d53a251e04ee8a9f3a7c4683a0861f01b027f7e2ea882
45+ environment :
46+ PORT : 5000
47+ IMGPROXY_BASE_URL : $APP_IMGPROXY_BASE_URL
48+ IMGPROXY_KEY : $APP_IMGPROXY_KEY
49+ IMGPROXY_SALT : $APP_IMGPROXY_SALT
50+
4251 imgproxy :
4352 image : darthsim/imgproxy:latest@sha256:dadbd505699a8f19795254e33cf62b0b8f6b461131860ee1e494d8369052da14
4453 ports :
You can’t perform that action at this time.
0 commit comments