add patch
This commit is contained in:
128
compose.yml
128
compose.yml
@@ -48,71 +48,11 @@ services:
|
||||
- ./envs/pds
|
||||
volumes:
|
||||
- ./data/pds/:/data/
|
||||
command: node --enable-source-maps index.js
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
||||
bgs:
|
||||
ports:
|
||||
- 2470:2470
|
||||
build:
|
||||
context: ./repos/indigo/
|
||||
dockerfile: cmd/bigsky/Dockerfile
|
||||
restart: always
|
||||
env_file:
|
||||
- ./envs/bgs
|
||||
volumes:
|
||||
- ./data/bgs/:/data/
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
||||
# ozone:
|
||||
# ports:
|
||||
# - 2585:3000
|
||||
# build:
|
||||
# context: ./repos/atproto/
|
||||
# dockerfile: services/ozone/Dockerfile
|
||||
# restart: always
|
||||
# command: node --enable-source-maps api.js
|
||||
# volumes:
|
||||
# - ./data/ozone/:/data/
|
||||
# - ./repos/ozone.js:/app/services/ozone/api.js:ro
|
||||
# env_file:
|
||||
# - ./envs/ozone
|
||||
# healthcheck:
|
||||
# test: "wget -q --spider http://localhost:3000/xrpc/_health"
|
||||
# interval: 5s
|
||||
# retries: 20
|
||||
# depends_on:
|
||||
# database:
|
||||
# condition: service_healthy
|
||||
#
|
||||
# ozone-daemon:
|
||||
# build:
|
||||
# context: ./repos/atproto/
|
||||
# dockerfile: services/ozone/Dockerfile
|
||||
# restart: always
|
||||
# command: node --enable-source-maps daemon.js
|
||||
# env_file:
|
||||
# - ./envs/ozone
|
||||
# depends_on:
|
||||
# ozone:
|
||||
# condition: service_healthy
|
||||
# database:
|
||||
# condition: service_healthy
|
||||
|
||||
social-app:
|
||||
ports:
|
||||
- 8100:8100
|
||||
build:
|
||||
context: ./repos/social-app/
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
env_file:
|
||||
- ./envs/social-app
|
||||
command: "/usr/bin/bskyweb serve"
|
||||
|
||||
bsky:
|
||||
ports:
|
||||
- 2584:2584
|
||||
@@ -131,3 +71,69 @@ services:
|
||||
condition: service_healthy
|
||||
redis:
|
||||
condition: service_healthy
|
||||
|
||||
bgs:
|
||||
ports:
|
||||
- 2470:2470
|
||||
build:
|
||||
context: ./repos/indigo/
|
||||
dockerfile: cmd/bigsky/Dockerfile
|
||||
restart: always
|
||||
env_file:
|
||||
- ./envs/bgs
|
||||
volumes:
|
||||
- ./data/bgs/:/data/
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
||||
social-app:
|
||||
ports:
|
||||
- 8100:8100
|
||||
build:
|
||||
context: ./repos/social-app/
|
||||
dockerfile: Dockerfile
|
||||
restart: always
|
||||
env_file:
|
||||
- ./envs/social-app
|
||||
command: "/usr/bin/bskyweb serve"
|
||||
|
||||
jetstream:
|
||||
build:
|
||||
context: ./repos/jetstream/
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 6008:6008
|
||||
volumes:
|
||||
- ./data/jetstream:/data
|
||||
restart: always
|
||||
env_file:
|
||||
- ./envs/jetstream
|
||||
|
||||
ozone-web:
|
||||
build:
|
||||
context: ./repos/ozone/
|
||||
ports:
|
||||
- 2586:3000
|
||||
restart: always
|
||||
volumes:
|
||||
- ./data/ozone/:/data/
|
||||
env_file:
|
||||
- ./envs/ozone
|
||||
depends_on:
|
||||
database:
|
||||
condition: service_healthy
|
||||
|
||||
ozone:
|
||||
build:
|
||||
context: ./repos/atproto/
|
||||
dockerfile: services/ozone/Dockerfile
|
||||
ports:
|
||||
- 2585:3000
|
||||
restart: always
|
||||
command: node --enable-source-maps api.js
|
||||
volumes:
|
||||
- ./data/ozone/:/data/
|
||||
env_file:
|
||||
- ./envs/ozone
|
||||
|
||||
|
||||
Reference in New Issue
Block a user