Skip to content

Commit

Permalink
Added concrete docker image version for L2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioKusek committed Dec 14, 2018
1 parent fc9463a commit 745c08a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
symbiote-nginx:
image: symbioteh2020/symbiote-nginx
image: symbioteh2020/symbiote-nginx:3.0.0
ports:
- 8102:8102
networks:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.5"
services:
symbiote-nginx:
image: symbioteh2020/symbiote-nginx
image: symbioteh2020/symbiote-nginx:3.0.0
ports:
- 443:443
networks:
Expand Down
22 changes: 11 additions & 11 deletions resources/docker/docker-compose/L2/docker-compose-swarm-L2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
volumes:
- symbiote-vol:/data/db
symbiote-cloudconfig:
image: symbioteh2020/symbiote-cloudconfig
image: symbioteh2020/symbiote-cloudconfig:3.0.1
deploy:
resources:
limits:
Expand All @@ -35,7 +35,7 @@ services:
target: /home/application-custom.properties
environment: *default-environment
symbiote-aam:
image: symbioteh2020/symbiote-aam
image: symbioteh2020/symbiote-aam:5.0.9
deploy:
resources:
limits:
Expand All @@ -49,14 +49,14 @@ services:
target: /home/cert.properties
environment: *default-environment
symbiote-eureka:
image: symbioteh2020/symbiote-eureka
image: symbioteh2020/symbiote-eureka:3.0.1
networks:
- symbiote
secrets:
- source: eurekabootstrapconfig
target: /home/bootstrap.properties
symbiote-rap:
image: symbioteh2020/symbiote-rap
image: symbioteh2020/symbiote-rap:3.0.4
depends_on:
- symbiote-aam
deploy:
Expand All @@ -70,7 +70,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-rh:
image: symbioteh2020/symbiote-rh
image: symbioteh2020/symbiote-rh:3.0.6
depends_on:
- symbiote-aam
deploy:
Expand All @@ -84,7 +84,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-monitoring:
image: symbioteh2020/symbiote-monitoring
image: symbioteh2020/symbiote-monitoring:3.0.2
depends_on:
- symbiote-aam
deploy:
Expand All @@ -98,7 +98,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-pr:
image: symbioteh2020/symbiote-pr
image: symbioteh2020/symbiote-pr:3.0.3
depends_on:
- symbiote-aam
deploy:
Expand All @@ -112,7 +112,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-fm:
image: symbioteh2020/symbiote-fm
image: symbioteh2020/symbiote-fm:3.0.2
depends_on:
- symbiote-aam
deploy:
Expand All @@ -126,7 +126,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-sm:
image: symbioteh2020/symbiote-sm
image: symbioteh2020/symbiote-sm:3.0.1
depends_on:
- symbiote-aam
deploy:
Expand All @@ -140,7 +140,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-tm:
image: symbioteh2020/symbiote-tm
image: symbioteh2020/symbiote-tm:3.0.3
depends_on:
- symbiote-aam
deploy:
Expand All @@ -154,7 +154,7 @@ services:
target: /home/bootstrap.properties
environment: *default-environment
symbiote-bt:
image: symbioteh2020/symbiote-bt
image: symbioteh2020/symbiote-bt:3.0.2
depends_on:
- symbiote-aam
deploy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ x-environment:
- _JAVA_OPTIONS=-XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap -XX:MaxRAMFraction=1 -XX:+PrintFlagsFinal -DSPRING_BOOT_WAIT_FOR_SERVICES=symbiote-rap:8103
services:
# symbiote-ele:
# image: symbioteh2020/symbiote-enablerlogicexample
# image: symbioteh2020/symbiote-enablerlogicexample:1.2.1
# depends_on:
# - symbiote-aam
# deploy:
Expand All @@ -23,7 +23,7 @@ services:
# - source: eleconfig
# target: /home/bootstrap.properties
symbiote-rpe:
image: symbioteh2020/symbiote-rappluginexample
image: symbioteh2020/symbiote-rappluginexample:1.3.1
depends_on:
- symbiote-aam
deploy:
Expand Down

0 comments on commit 745c08a

Please sign in to comment.