Skip to content

Commit

Permalink
update: Makefile and docker-compose(s), turn off jetstream from build…
Browse files Browse the repository at this point in the history
… target because of less commits.
  • Loading branch information
itaru2622 committed Jan 19, 2025
1 parent c333155 commit ee3047a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ f ?=${wDir}/docker-compose.yaml

# folders of repos
#_nrepo ?=atproto indigo social-app feed-generator did-method-plc pds ozone jetstream
_nrepo ?=atproto indigo social-app ozone jetstream
_nrepo ?=atproto indigo social-app ozone
repoDirs ?=$(addprefix ${rDir}/, ${_nrepo})

#>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Expand Down
19 changes: 10 additions & 9 deletions docker-compose-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -456,15 +456,16 @@ services:
- caddy

jetstream:
image: itaru2622/bluesky-jetstream:${asof}
build:
context: ./repos/jetstream/
dockerfile: Dockerfile
args:
- http_proxy=${http_proxy}
- https_proxy=${https_proxy}
- no_proxy=${no_proxy}
- JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
#image: itaru2622/bluesky-jetstream:${asof}
image: itaru2622/bluesky-jetstream:latest
#build:
# context: ./repos/jetstream/
# dockerfile: Dockerfile
# args:
# - http_proxy=${http_proxy}
# - https_proxy=${https_proxy}
# - no_proxy=${no_proxy}
# - JAVA_TOOL_OPTIONS=${JAVA_TOOL_OPTIONS}
ports:
- 6008:6008
volumes:
Expand Down
3 changes: 2 additions & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,8 @@ services:
- caddy

jetstream:
image: itaru2622/bluesky-jetstream:${asof}
#image: itaru2622/bluesky-jetstream:${asof}
image: itaru2622/bluesky-jetstream:latest
ports:
- 6008:6008
- 6009:6009
Expand Down

0 comments on commit ee3047a

Please sign in to comment.