fix
This commit is contained in:
parent
c39526f2e1
commit
e29fa8e0a6
92
compose.yml
92
compose.yml
@ -67,38 +67,6 @@ services:
|
|||||||
database:
|
database:
|
||||||
condition: service_healthy
|
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
|
|
||||||
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
|
|
||||||
volumes:
|
|
||||||
- ./data/ozone/:/data/
|
|
||||||
env_file:
|
|
||||||
- ./envs/ozone
|
|
||||||
depends_on:
|
|
||||||
database:
|
|
||||||
condition: service_healthy
|
|
||||||
ozone:
|
|
||||||
condition: service_healthy
|
|
||||||
|
|
||||||
social-app:
|
social-app:
|
||||||
ports:
|
ports:
|
||||||
- 8100:8100
|
- 8100:8100
|
||||||
@ -128,3 +96,63 @@ services:
|
|||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
redis:
|
redis:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
|
jetstream:
|
||||||
|
build:
|
||||||
|
context: ./repos/jetstream/
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
ports:
|
||||||
|
- 6008:6008
|
||||||
|
volumes:
|
||||||
|
- ./data/jetstream:/data
|
||||||
|
restart: always
|
||||||
|
env_file:
|
||||||
|
- ./envs/jetstream
|
||||||
|
|
||||||
|
ozone:
|
||||||
|
build:
|
||||||
|
context: ./repos/ozone/
|
||||||
|
ports:
|
||||||
|
- 2585:3000
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./data/ozone/:/data/
|
||||||
|
- ./repos/atproto/services/ozone/api.js:/app/services/ozone/api.js:ro
|
||||||
|
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
|
||||||
|
# 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
|
||||||
|
# volumes:
|
||||||
|
# - ./data/ozone/:/data/
|
||||||
|
# env_file:
|
||||||
|
# - ./envs/ozone
|
||||||
|
# depends_on:
|
||||||
|
# database:
|
||||||
|
# condition: service_healthy
|
||||||
|
# ozone:
|
||||||
|
# condition: service_healthy
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@ function at-repos-env() {
|
|||||||
https://github.com/bluesky-social/social-app
|
https://github.com/bluesky-social/social-app
|
||||||
https://github.com/bluesky-social/feed-generator
|
https://github.com/bluesky-social/feed-generator
|
||||||
https://github.com/bluesky-social/ozone
|
https://github.com/bluesky-social/ozone
|
||||||
|
https://github.com/bluesky-social/jetstream
|
||||||
)
|
)
|
||||||
d=${0:a:h}
|
d=${0:a:h}
|
||||||
dh=${0:a:h:h}
|
dh=${0:a:h:h}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user