Skip to content

Commit

Permalink
perf: 移除 tty 定义
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Nov 27, 2023
1 parent aca954c commit 21b3065
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
8 changes: 0 additions & 8 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
image: jumpserver/core-ce:${VERSION}
container_name: jms_core
restart: always
tty: true
command: start web
environment:
SECRET_KEY: $SECRET_KEY
Expand Down Expand Up @@ -45,7 +44,6 @@ services:
image: jumpserver/core:${VERSION}
container_name: jms_celery
restart: always
tty: true
command: start task
environment:
SECRET_KEY: $SECRET_KEY
Expand Down Expand Up @@ -89,7 +87,6 @@ services:
container_name: jms_koko
restart: always
privileged: true
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -121,7 +118,6 @@ services:
image: jumpserver/lion:${VERSION}
container_name: jms_lion
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -150,7 +146,6 @@ services:
image: jumpserver/magnus:${VERSION}
container_name: jms_magnus
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -188,7 +183,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
- CORE_HOST: http://core:8080
- BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -219,7 +213,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
- CORE_HOST: http://core:8080
- BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -248,7 +241,6 @@ services:
image: jumpserver/web:${VERSION}
container_name: jms_web
restart: always
tty: true
depends_on:
core:
condition: service_healthy
Expand Down
1 change: 0 additions & 1 deletion docker-compose-init-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ services:
core:
image: jumpserver/core-ce:${VERSION}
container_name: jms_core
tty: true
command: sleep
environment:
SECRET_KEY: $SECRET_KEY
Expand Down
3 changes: 0 additions & 3 deletions docker-compose-xpack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -64,7 +63,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -94,7 +92,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down
8 changes: 0 additions & 8 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
command: start web
environment:
SECRET_KEY: $SECRET_KEY
Expand Down Expand Up @@ -40,7 +39,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
command: start task
environment:
SECRET_KEY: $SECRET_KEY
Expand Down Expand Up @@ -78,7 +76,6 @@ services:
core: 0
restart: always
privileged: true
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -106,7 +103,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand All @@ -131,7 +127,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand Down Expand Up @@ -163,7 +158,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand All @@ -188,7 +182,6 @@ services:
ulimits:
core: 0
restart: always
tty: true
environment:
CORE_HOST: http://core:8080
BOOTSTRAP_TOKEN: $BOOTSTRAP_TOKEN
Expand All @@ -211,7 +204,6 @@ services:
image: jumpserver/web:${VERSION}
container_name: jms_web
restart: always
tty: true
depends_on:
core:
condition: service_healthy
Expand Down

0 comments on commit 21b3065

Please sign in to comment.