Skip to content
Snippets Groups Projects
Commit ccaf9b71 authored by Jozef Bugoš's avatar Jozef Bugoš
Browse files

Rc

parent bd5700c5
No related branches found
No related tags found
1 merge request!4Rc
......@@ -38,6 +38,7 @@ services:
- network-eureka
lol-statis:
image: bugosjoz/lol-statistics
container_name: statis
ports:
- 8080:8080
networks:
......
API_KEY=RGAPI-3a5704ba-22a3-4c04-942f-dd1ca1b43ba2
management.endpoints.jmx.exposure.exclude = info, health
eureka.client.serviceUrl.defaultZone = http://peer-1-server:9001/eureka, http://peer-2-server:9002/eureka, http://peer-3-server:9003/eureka
spring.application.name=LOL-STATISTICS-DEV
\ No newline at end of file
spring.application.name=LOL-STATISTICS-DEV
server.port=8080
\ No newline at end of file
API_KEY=RGAPI-3a5704ba-22a3-4c04-942f-dd1ca1b43ba2
management.endpoints.jmx.exposure.exclude = info, health
eureka.client.serviceUrl.defaultZone = http://peer-1-server:9001/eureka, http://peer-2-server:9002/eureka, http://peer-3-server:9003/eureka
spring.application.name=LOL-STATISTICS
\ No newline at end of file
spring.application.name=LOL-STATISTICS
server.port=8080
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment