Merge pull request #616 from AppFlowy-IO/remove-unused-docker-compose-ports

chore: try remove unused ports
This commit is contained in:
Zack 2024-06-12 20:34:37 +08:00 committed by GitHub
commit ee16f428c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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