mirror of
https://github.com/DerDavidBohl/dirigent-spring.git
synced 2026-05-01 19:59:30 -05:00
setup for development env
This commit is contained in:
+1
-1
@@ -10,4 +10,4 @@ FROM openjdk:17-jdk-slim
|
||||
WORKDIR /app
|
||||
COPY --from=build /app/target/*.jar app.jar
|
||||
EXPOSE 8080
|
||||
ENTRYPOINT ["java", "-jar", "app.jar"]
|
||||
ENTRYPOINT ["java", "-jar", "app.jar", "--spring.profiles.active=production"]
|
||||
@@ -1,3 +1,2 @@
|
||||
|
||||
dirigent.deployments.git.url=
|
||||
dirigent.git.authToken=
|
||||
dirigent.git.authToken=
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
spring.application.name=dirigent
|
||||
dirigent.compose.command=podman-compose
|
||||
dirigent.deployments.cache.evict.interval=60000
|
||||
spring.profiles.active=local
|
||||
Reference in New Issue
Block a user