fix ozone
This commit is contained in:
parent
81b8b1851d
commit
fa603e17d8
61
compose.yml
61
compose.yml
@ -67,40 +67,33 @@ services:
|
|||||||
database:
|
database:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
|
||||||
# ozone:
|
ozone:
|
||||||
# ports:
|
ports:
|
||||||
# - 2585:3000
|
- 2585:3000
|
||||||
# build:
|
build:
|
||||||
# context: ./repos/atproto/
|
context: ./repos/ozone/
|
||||||
# dockerfile: services/ozone/Dockerfile
|
restart: always
|
||||||
# restart: always
|
command: node --enable-source-maps api.js
|
||||||
# command: node --enable-source-maps api.js
|
volumes:
|
||||||
# volumes:
|
- ./data/ozone/:/data/
|
||||||
# - ./data/ozone/:/data/
|
env_file:
|
||||||
# - ./repos/ozone.js:/app/services/ozone/api.js:ro
|
- ./envs/ozone
|
||||||
# env_file:
|
depends_on:
|
||||||
# - ./envs/ozone
|
database:
|
||||||
# healthcheck:
|
condition: service_healthy
|
||||||
# test: "wget -q --spider http://localhost:3000/xrpc/_health"
|
|
||||||
# interval: 5s
|
ozone-daemon:
|
||||||
# retries: 20
|
build:
|
||||||
# depends_on:
|
context: ./repos/ozone/
|
||||||
# database:
|
restart: always
|
||||||
# condition: service_healthy
|
command: node --enable-source-maps daemon.js
|
||||||
#
|
env_file:
|
||||||
# ozone-daemon:
|
- ./envs/ozone
|
||||||
# build:
|
depends_on:
|
||||||
# context: ./repos/atproto/
|
ozone:
|
||||||
# dockerfile: services/ozone/Dockerfile
|
condition: service_healthy
|
||||||
# restart: always
|
database:
|
||||||
# command: node --enable-source-maps daemon.js
|
condition: service_healthy
|
||||||
# env_file:
|
|
||||||
# - ./envs/ozone
|
|
||||||
# depends_on:
|
|
||||||
# ozone:
|
|
||||||
# condition: service_healthy
|
|
||||||
# database:
|
|
||||||
# condition: service_healthy
|
|
||||||
|
|
||||||
social-app:
|
social-app:
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user