From 2785add505c5d1ac0f0d7dd03c495e780072d4f9 Mon Sep 17 00:00:00 2001 From: syui Date: Sun, 20 Oct 2024 00:26:58 +0900 Subject: [PATCH] fix --- compose.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/compose.yaml b/compose.yaml index 913af97..cade0af 100644 --- a/compose.yaml +++ b/compose.yaml @@ -36,12 +36,6 @@ services: - ./data/bsky/:/data/ command: chown 1000.1000 /data - opensearch-fix-permission: - image: alpine:latest - volumes: - - ./data/opensearch/:/data/ - command: chown 1000.1000 /data/ - plc: ports: - 2582:3000 @@ -125,7 +119,10 @@ services: social-app: ports: - 8100:8100 - image: itaru2622/bluesky-social-app + #image: itaru2622/bluesky-social-app + build: + context: ./repos/social-app/ + dockerfile: Dockerfile restart: always env_file: - ./envs/social-app @@ -135,6 +132,9 @@ services: ports: - 2584:2584 image: itaru2622/bluesky-atproto-bsky + #build: + # context: ./repos/atproto/ + # dockerfile: services/bsky/Dockerfile restart: always env_file: - ./envs/bsky