fix
This commit is contained in:
14
compose.yaml
14
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
|
||||
|
Reference in New Issue
Block a user