Skip to content

Commit

Permalink
f me
Browse files Browse the repository at this point in the history
  • Loading branch information
MichiBaum committed Feb 18, 2024
1 parent af84777 commit 4a6fdba
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ USERMANAGEMENT_DB_PASSWORD=PleaseChangeMe
USERMANAGEMENT_DB=usermanagement

AUTHENTICATION_DB_PASSWORD=PleaseChangeMe
AUTHENTICATION_DB=authentication
AUTHENTICATION_DB=authentication
2 changes: 1 addition & 1 deletion authentication-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
<time>${maven.build.timestamp}</time>
</additionalProperties>
<excludeDevtools>true</excludeDevtools>
<optimizedLaunch>true</optimizedLaunch>
<optimizedLaunch>false</optimizedLaunch>
<image>
<!--suppress UnresolvedMavenProperty -->
<name>registry.hub.docker.com/${dockerHub.username}/${project.artifactId}:${project.version}</name>
Expand Down
2 changes: 1 addition & 1 deletion docker-up.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
docker compose up --build -d
docker compose up --build -d registry-service authentication-db usermanagement-db gateway-service zipkin-db zipkin zipkin-dependencies
2 changes: 1 addition & 1 deletion gateway-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<time>${maven.build.timestamp}</time>
</additionalProperties>
<excludeDevtools>true</excludeDevtools>
<optimizedLaunch>true</optimizedLaunch>
<optimizedLaunch>false</optimizedLaunch>
<image>
<!--suppress UnresolvedMavenProperty -->
<name>registry.hub.docker.com/${dockerHub.username}/${project.artifactId}:${project.version}</name>
Expand Down
2 changes: 1 addition & 1 deletion javadoc-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<time>${maven.build.timestamp}</time>
</additionalProperties>
<excludeDevtools>true</excludeDevtools>
<optimizedLaunch>true</optimizedLaunch>
<optimizedLaunch>false</optimizedLaunch>
<image>
<!--suppress UnresolvedMavenProperty -->
<name>registry.hub.docker.com/${dockerHub.username}/${project.artifactId}:${project.version}</name>
Expand Down
2 changes: 1 addition & 1 deletion registry-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<time>${maven.build.timestamp}</time>
</additionalProperties>
<excludeDevtools>true</excludeDevtools>
<optimizedLaunch>true</optimizedLaunch>
<optimizedLaunch>false</optimizedLaunch>
<image>
<!--suppress UnresolvedMavenProperty -->
<name>registry.hub.docker.com/${dockerHub.username}/${project.artifactId}:${project.version}</name>
Expand Down
2 changes: 1 addition & 1 deletion usermanagement-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<time>${maven.build.timestamp}</time>
</additionalProperties>
<excludeDevtools>true</excludeDevtools>
<optimizedLaunch>true</optimizedLaunch>
<optimizedLaunch>false</optimizedLaunch>
<image>
<!--suppress UnresolvedMavenProperty -->
<name>registry.hub.docker.com/${dockerHub.username}/${project.artifactId}:${project.version}</name>
Expand Down
2 changes: 1 addition & 1 deletion zipkin-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<time>${maven.build.timestamp}</time>
</additionalProperties>
<excludeDevtools>true</excludeDevtools>
<optimizedLaunch>true</optimizedLaunch>
<optimizedLaunch>false</optimizedLaunch>
<image>
<!--suppress UnresolvedMavenProperty -->
<name>registry.hub.docker.com/${dockerHub.username}/${project.artifactId}:${project.version}</name>
Expand Down

0 comments on commit 4a6fdba

Please sign in to comment.