Skip to content

Commit

Permalink
feat: 更新 core 日志路径
Browse files Browse the repository at this point in the history
  • Loading branch information
wojiushixiaobai committed Jul 17, 2023
1 parent 23c89be commit 88d7362
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion compose/docker-compose-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ services:
volumes:
- ${CONFIG_DIR}/core/config.yml:/opt/jumpserver/config.yml
- ${VOLUME_DIR}/core/data:/opt/jumpserver/data
- ${VOLUME_DIR}/core/logs:/opt/jumpserver/logs
healthcheck:
test: "curl -fsL http://localhost:8080/api/health/ > /dev/null"
interval: 10s
Expand Down
1 change: 0 additions & 1 deletion compose/docker-compose-init-db.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,5 @@ services:
volumes:
- ${CONFIG_DIR}/core/config.yml:/opt/jumpserver/config.yml
- ${VOLUME_DIR}/core/data:/opt/jumpserver/data
- ${VOLUME_DIR}/core/logs:/opt/jumpserver/logs
networks:
- net
1 change: 0 additions & 1 deletion compose/docker-compose-task.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,5 @@ services:
start_period: 30s
volumes:
- ${VOLUME_DIR}/core/data:/opt/jumpserver/data
- ${VOLUME_DIR}/core/logs:/opt/jumpserver/logs
networks:
- net

0 comments on commit 88d7362

Please sign in to comment.