Skip to content

Commit

Permalink
rename intelij config and change log level of spring to debug in stag…
Browse files Browse the repository at this point in the history
…ing config
  • Loading branch information
kcinay055679 committed Nov 21, 2024
1 parent 20ada41 commit 2f27737
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/dev-with-prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ services:
dockerfile: local-prod.Dockerfile
restart: always
environment:
SPRING_PROFILES_ACTIVE: dev
SPRING_PROFILES_ACTIVE: staging
LOGGING_LEVEL_ORG_SPRINGFRAMEWORK: DEBUG
LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_SECURITY: DEBUG
SPRING_FLYWAY_LOCATIONS: classpath:db/migration,classpath:db/data-migration,classpath:db/callback
volumes:
- ../../../okr/backend/target:/app-root/backend
network_mode: "host"
Expand Down

0 comments on commit 2f27737

Please sign in to comment.