Skip to content

Commit

Permalink
fix: 로그 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
reddevilmidzy authored Oct 20, 2024
1 parent f45b323 commit 3e7363e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/be_app-docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ services:
ports:
- "${GREEN_SERVER_BINDING_PORT}:${GREEN_SERVER_BINDING_PORT}"
volumes:
- ${SERVER_LOGS_PATH}/springboot-app/green:/logs
- ${SERVER_LOGS_PATH}/springboot-app/backup/green:/logs/backup
- ${SERVER_LOGS_PATH}/springboot-app:/logs
- ${SERVER_LOGS_PATH}/springboot-app/backup:/logs/backup
environment:
SPRING_DATASOURCE_REPLICA_MASTER_JDBC-URL: ${MASTER_DB_URL}
SPRING_DATASOURCE_REPLICA_MASTER_USERNAME: ${MASTER_DB_USERNAME}
Expand Down

0 comments on commit 3e7363e

Please sign in to comment.