Merge pull request #616 from AppFlowy-IO/remove-unused-docker-compose-ports
chore: try remove unused ports
This commit is contained in:
commit
ee16f428c9
|
|
@ -42,8 +42,6 @@ services:
|
||||||
redis:
|
redis:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
image: redis
|
image: redis
|
||||||
ports:
|
|
||||||
- "6379:6379"
|
|
||||||
|
|
||||||
gotrue:
|
gotrue:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
|
@ -136,8 +134,6 @@ services:
|
||||||
ai:
|
ai:
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
image: appflowyinc/appflowy_ai:${APPFLOWY_AI_VERSION:-latest}
|
image: appflowyinc/appflowy_ai:${APPFLOWY_AI_VERSION:-latest}
|
||||||
ports:
|
|
||||||
- "5001:5001"
|
|
||||||
environment:
|
environment:
|
||||||
- OPENAI_API_KEY=${APPFLOWY_AI_OPENAI_API_KEY}
|
- OPENAI_API_KEY=${APPFLOWY_AI_OPENAI_API_KEY}
|
||||||
- APPFLOWY_AI_SERVER_PORT=${APPFLOWY_AI_SERVER_PORT}
|
- APPFLOWY_AI_SERVER_PORT=${APPFLOWY_AI_SERVER_PORT}
|
||||||
|
|
@ -149,8 +145,6 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./services/appflowy-history/Dockerfile
|
dockerfile: ./services/appflowy-history/Dockerfile
|
||||||
ports:
|
|
||||||
- "50051:50051"
|
|
||||||
environment:
|
environment:
|
||||||
- RUST_LOG=${RUST_LOG:-info}
|
- RUST_LOG=${RUST_LOG:-info}
|
||||||
- APPFLOWY_HISTORY_REDIS_URL=redis://redis:6379
|
- APPFLOWY_HISTORY_REDIS_URL=redis://redis:6379
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue