Skip to content

Commit

Permalink
Add SERVER_PORT environment variable to Docker Compose configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonardoMeireles55 committed Jan 17, 2025
1 parent 409209f commit 78f0db0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
SPRING_DATASOURCE_URL: ${SPRING_DATASOURCE_URL}
SPRING_DATASOURCE_USERNAME: ${DB_USER}
SPRING_DATASOURCE_PASSWORD: ${DB_ROOT_PASSWORD}
SERVER_PORT: ${SERVER_DOCKER_PORT}
command: ["java", "-jar", "-Dspring.profiles.active=prod", "app.jar"]
networks:
- qualitylab-net
Expand Down

0 comments on commit 78f0db0

Please sign in to comment.