Skip to content

Commit

Permalink
Merge branch 'develop' into feature/webhook-distributer
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich authored Aug 15, 2024
2 parents 6c112f5 + ee897e0 commit 452328a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ services:
application-server:
image: hephaestus-application-server
ports:
- '3000:3000'
- '8080'
environment:
- SERVICE_FQDN_SERVER
- SPRING_PROFILES_ACTIVE=prod
- DATABASE_URL=jdbc:postgresql://postgres:5432/hephaestus
- DATABASE_USERNAME=root
- DATABASE_PASSWORD=root
- SECURITY_USER_NAME=$SECURITY_USER_NAME
- SECURITY_USER_PASSWORD=$SECURITY_USER_PASSWORD
- SECURITY_USER_NAME=${SECURITY_USER_NAME:-admin}
- SECURITY_USER_PASSWORD=${SECURITY_USER_NAME:-admin_password}
depends_on:
- postgres

Expand Down

0 comments on commit 452328a

Please sign in to comment.