Skip to content

Commit

Permalink
feat: 更新说明
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 10, 2024
1 parent 71f9ef9 commit 071d9b9
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ DOMAINS=
CORE_HOST=http://core:8080
# Lion
GUACD_LOG_LEVEL=error
GUA_HOST=guacd
GUA_PORT=4822
Expand Down Expand Up @@ -180,6 +181,7 @@ DOMAINS=
CORE_HOST=http://core:8080
# Lion
GUACD_LOG_LEVEL=error
GUA_HOST=guacd
GUA_PORT=4822
Expand Down
2 changes: 2 additions & 0 deletions README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ DOMAINS=
CORE_HOST=http://core:8080
# Lion
GUACD_LOG_LEVEL=error
GUA_HOST=guacd
GUA_PORT=4822
Expand Down Expand Up @@ -178,6 +179,7 @@ DOMAINS=
CORE_HOST=http://core:8080
# Lion
GUACD_LOG_LEVEL=error
GUA_HOST=guacd
GUA_PORT=4822
Expand Down
2 changes: 2 additions & 0 deletions allinone/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
container_name: jms_mysql
restart: always
environment:
TZ: ${TZ:-Asia/Shanghai}
MARIADB_ROOT_PASSWORD: ${DB_PASSWORD:-Np2qgqtiUayA857GpuVI0Wtg}
MARIADB_DATABASE: ${DB_NAME:-jumpserver}
healthcheck:
Expand All @@ -23,6 +24,7 @@ services:
restart: always
command: redis-server --requirepass ${REDIS_PASSWORD:-KoJqlTDu1d5HwfXgJ4QTbZQt}
environment:
TZ: ${TZ:-Asia/Shanghai}
REDIS_PASSWORD: ${REDIS_PASSWORD:-KoJqlTDu1d5HwfXgJ4QTbZQt}
healthcheck:
test: "redis-cli -h 127.0.0.1 -a $$REDIS_PASSWORD info Replication"
Expand Down
1 change: 1 addition & 0 deletions config_example.conf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ DOMAINS=
CORE_HOST=http://core:8080

# Lion
GUACD_LOG_LEVEL=error
GUA_HOST=guacd
GUA_PORT=4822

Expand Down
4 changes: 1 addition & 3 deletions docker-compose-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ services:
container_name: jms_guacd
user: root
restart: always
environment:
TZ: ${TZ:-Asia/Shanghai}
GUACD_LOG_LEVEL: ${GUACD_LOG_LEVEL:-error}
env_file: .env
volumes:
- ${VOLUME_DIR}/lion/data:/opt/lion/data
networks:
Expand Down
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,7 @@ services:
placement:
constraints:
- "node.role==worker"
environment:
TZ: ${TZ:-Asia/Shanghai}
GUACD_LOG_LEVEL: ${GUACD_LOG_LEVEL:-error}
env_file: .env
volumes:
- ${VOLUME_DIR}/lion/data:/opt/lion/data
networks:
Expand Down

0 comments on commit 071d9b9

Please sign in to comment.