ai/at
1
0
This commit is contained in:
2024-10-20 00:26:58 +09:00
parent e8f353b2e3
commit 2785add505

View File

@@ -36,12 +36,6 @@ services:
- ./data/bsky/:/data/ - ./data/bsky/:/data/
command: chown 1000.1000 /data command: chown 1000.1000 /data
opensearch-fix-permission:
image: alpine:latest
volumes:
- ./data/opensearch/:/data/
command: chown 1000.1000 /data/
plc: plc:
ports: ports:
- 2582:3000 - 2582:3000
@@ -125,7 +119,10 @@ services:
social-app: social-app:
ports: ports:
- 8100:8100 - 8100:8100
image: itaru2622/bluesky-social-app #image: itaru2622/bluesky-social-app
build:
context: ./repos/social-app/
dockerfile: Dockerfile
restart: always restart: always
env_file: env_file:
- ./envs/social-app - ./envs/social-app
@@ -135,6 +132,9 @@ services:
ports: ports:
- 2584:2584 - 2584:2584
image: itaru2622/bluesky-atproto-bsky image: itaru2622/bluesky-atproto-bsky
#build:
# context: ./repos/atproto/
# dockerfile: services/bsky/Dockerfile
restart: always restart: always
env_file: env_file:
- ./envs/bsky - ./envs/bsky