Skip to content
Snippets Groups Projects
Commit 78efbab1 authored by Jozef Bugos's avatar Jozef Bugos
Browse files

adingg services to docker compose

parent 9988d569
No related branches found
No related tags found
4 merge requests!6Rc,!5Rc,!4Rc,!3Rc
Pipeline #34104 passed
......@@ -2,6 +2,8 @@ version: '3'
services:
eureka-peer-1:
image: bugosjoz/eureka
ports:
- 9001:9001
entrypoint:
- java
- -Dspring.profiles.active=peer-1
......@@ -9,6 +11,8 @@ services:
- eureka-0.0.1-SNAPSHOT.jar
eureka-peer-2:
image: bugosjoz/eureka
ports:
- 9002:9002
entrypoint:
- java
- -Dspring.profiles.active=peer-2
......@@ -16,6 +20,8 @@ services:
- eureka-0.0.1-SNAPSHOT.jar
eureka-peer-3:
image: bugosjoz/eureka
ports:
- 9003:9003
entrypoint:
- java
- -Dspring.profiles.active=peer-3
......@@ -23,18 +29,22 @@ services:
- eureka-0.0.1-SNAPSHOT.jar
lol-statis:
image: bugosjoz/lol-statistics
entrypoint:
- java
- -Dspring.profiles.active=prod
- -jar
- lol-statistics-0.0.1-SNAPSHOT.jar
ports:
- 8080:8080
# entrypoint:
# - java
# - -Dspring.profiles.active=prod
# - -jar
# - lol-statistics-0.0.1-SNAPSHOT.jar
lol-statis-adapter:
image: lasstani/lol-statis-adapter
entrypoint:
- java
- -Dspring.profiles.active=prod
- -jar
- lol-statistics-0.0.1-SNAPSHOT.jar
ports:
- 8082:8082
# entrypoint:
# - java
# - -Dspring.profiles.active=prod
# - -jar
# - lol-statistics-0.0.1-SNAPSHOT.jar
#version: "3"
#services:
......
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