ai/at
1
0

fix ozone

This commit is contained in:
2025-12-03 23:11:38 +09:00
parent a837c79f43
commit 92b4b2a028
2 changed files with 24 additions and 37 deletions

View File

@@ -110,11 +110,11 @@ services:
env_file:
- ./envs/jetstream
ozone-web:
ozone:
build:
context: ./repos/ozone/
ports:
- 2586:3000
- 2585:3000
restart: always
volumes:
- ./data/ozone/:/data/
@@ -124,16 +124,3 @@ services:
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