Skip to content

Commit 3873ccd

Browse files
remove defaults already set with docker compose run
Signed-off-by: Adrian Cole <[email protected]>
1 parent a80c651 commit 3873ccd

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

example-apps/chatbot-rag-app/docker-compose.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ services:
99
restart: 'no' # no need to re-ingest on successive runs
1010
env_file:
1111
- .env
12-
# Add settings that allow `docker compose run` to use tty and accept Ctrl+C
13-
tty: true
14-
stdin_open: true
1512
command: flask create-index
1613
volumes:
1714
# VertexAI uses a file for GOOGLE_APPLICATION_CREDENTIALS, not an API key
@@ -29,9 +26,6 @@ services:
2926
context: .
3027
env_file:
3128
- .env
32-
# Add settings that allow `docker compose run` to use tty and accept Ctrl+C
33-
tty: true
34-
stdin_open: true
3529
volumes:
3630
# VertexAI uses a file for GOOGLE_APPLICATION_CREDENTIALS, not an API key
3731
- ${HOME}/.config/gcloud:/root/.config/gcloud

0 commit comments

Comments
 (0)