Skip to content

Commit

Permalink
#39 expose consul environment variables in Eris Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
kasramp committed Feb 12, 2024
1 parent 8bae8a3 commit 32d31f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ ENV OPENWEATHERMAP_API_KEY=openweatherapikey
ENV SEGMENTIO_WRITE_API_KEY=segmentioapikey
ENV ACTUATOR_USERNAME=username
ENV ACTUATOR_PASSWORD=password
ENV SPRING_CLOUD_CONSUL_ENABLED=false
ENV SPRING_CLOUD_CONSUL_HOST=localhost
ENV SPRING_CLOUD_CONSUL_PORT=8500

ENTRYPOINT ["java", "org.springframework.boot.loader.JarLauncher"]

0 comments on commit 32d31f0

Please sign in to comment.