chore: try remove unused ports
This commit is contained in:
parent
d5e0157d14
commit
a2194e4ca7
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue