From 5fb91c4063ff5a6cd8f64c62364e321ffe20b55e Mon Sep 17 00:00:00 2001 From: syui Date: Fri, 18 Oct 2024 23:51:17 +0900 Subject: [PATCH] fix --- build.sh | 1 + compose.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f7613e8..56aa94f 100755 --- a/build.sh +++ b/build.sh @@ -5,3 +5,4 @@ git clone https://github.com/bluesky-social/atproto git clone https://github.com/did-method-plc/did-method-plc git clone https://github.com/bluesky-social/feed-generator git clone https://github.com/bluesky-social/social-app +git clone https://github.com/itaru2622/bluesky-selfhost-env diff --git a/compose.yaml b/compose.yaml index 2ca0e35..913af97 100644 --- a/compose.yaml +++ b/compose.yaml @@ -97,7 +97,7 @@ services: command: node --enable-source-maps api.js volumes: - ./data/ozone/:/data/ - - ./repos/ozone.js:/app/services/ozone/api.js:ro + # - ./repos/ozone.js:/app/services/ozone/api.js:ro env_file: - ./envs/ozone healthcheck: