chore: try remove unused ports

This commit is contained in:
Zack Fu Zi Xiang 2024-06-12 20:20:04 +08:00
parent d5e0157d14
commit a2194e4ca7
No known key found for this signature in database
1 changed files with 0 additions and 6 deletions

View File

@ -42,8 +42,6 @@ services:
redis:
restart: on-failure
image: redis
ports:
- "6379:6379"
gotrue:
restart: on-failure
@ -136,8 +134,6 @@ services:
ai:
restart: on-failure
image: appflowyinc/appflowy_ai:${APPFLOWY_AI_VERSION:-latest}
ports:
- "5001:5001"
environment:
- OPENAI_API_KEY=${APPFLOWY_AI_OPENAI_API_KEY}
- APPFLOWY_AI_SERVER_PORT=${APPFLOWY_AI_SERVER_PORT}
@ -149,8 +145,6 @@ services:
build:
context: .
dockerfile: ./services/appflowy-history/Dockerfile
ports:
- "50051:50051"
environment:
- RUST_LOG=${RUST_LOG:-info}
- APPFLOWY_HISTORY_REDIS_URL=redis://redis:6379