Skip to content

Commit

Permalink
use dynamic ports
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Aug 15, 2024
1 parent b793786 commit ee897e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ services:
application-server:
image: hephaestus-application-server
ports:
- '3000:8080'
- '8080'
environment:
- SERVICE_FQDN_SERVER
- SPRING_PROFILES_ACTIVE=prod
Expand All @@ -21,4 +21,4 @@ services:
- POSTGRES_PASSWORD=root
- POSTGRES_USER=root
ports:
- '5432:5432'
- '5432'

0 comments on commit ee897e0

Please sign in to comment.