Skip to content

Commit

Permalink
Bump version 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
g3kk0 committed Jun 22, 2018
1 parent 30ecbe4 commit 25050ce
Show file tree
Hide file tree
Showing 2 changed files with 152 additions and 132 deletions.
170 changes: 93 additions & 77 deletions docker-compose.enterprise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/all-all-aws-connector:3.11.0
links:
- nats
image: quay.io/ernest/all-all-aws-connector:3.12.0
networks:
- ernest
restart: always
all-all-azure-connector:
depends_on:
Expand All @@ -20,9 +20,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/all-all-azure-connector:3.11.0
links:
- nats
image: quay.io/ernest/all-all-azure-connector:3.12.0
networks:
- ernest
restart: always
all-all-fake-connector:
depends_on:
Expand All @@ -31,9 +31,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/all-all-fake-connector:3.11.0
links:
- nats
image: quay.io/ernest/all-all-fake-connector:3.12.0
networks:
- ernest
restart: always
all-all-vcloud-connector:
depends_on:
Expand All @@ -42,9 +42,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/all-all-vcloud-connector:3.11.0
links:
- nats
image: quay.io/ernest/all-all-vcloud-connector:3.12.0
networks:
- ernest
restart: always
api-gateway:
depends_on:
Expand All @@ -54,9 +54,9 @@ services:
ERNEST_EDITION: enterprise
JWT_SECRET: GENERATEDJWTSECRET
NATS_URI: nats://nats:4222
image: quay.io/ernest/api-gateway:3.11.0
links:
- nats
image: quay.io/ernest/api-gateway:3.12.0
networks:
- ernest
ports:
- 8080:8080
restart: always
Expand All @@ -68,9 +68,9 @@ services:
ERNEST_EDITION: enterprise
JWT_SECRET: GENERATEDJWTSECRET
NATS_URI: nats://nats:4222
image: quay.io/ernest/authenticator:3.11.0
links:
- nats
image: quay.io/ernest/authenticator:3.12.0
networks:
- ernest
restart: always
authorization-store:
depends_on:
Expand All @@ -80,29 +80,31 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/authorization-store:3.11.0
links:
- nats
image: quay.io/ernest/authorization-store:3.12.0
networks:
- ernest
restart: always
compliance:
depends_on:
- config-store
environment:
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/compliance:3.11.0
links:
- nats
image: quay.io/ernest/compliance:3.12.0
networks:
- ernest
restart: always
config-store:
depends_on:
- nats
entrypoint: ./config-store -config /etc/ernest/config.json
environment:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/config-store:3.11.0
links:
- nats
image: quay.io/ernest/config-store:3.12.0
networks:
- ernest
restart: always
volumes:
- ./config/config-store/:/etc/ernest/
Expand All @@ -114,9 +116,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/datacenter-store:3.11.0
links:
- nats
image: quay.io/ernest/datacenter-store:3.12.0
networks:
- ernest
restart: always
definition-mapper:
depends_on:
Expand All @@ -125,10 +127,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/definition-mapper:3.11.0
links:
- nats
- postgres
image: quay.io/ernest/definition-mapper:3.12.0
networks:
- ernest
restart: always
federation:
depends_on:
Expand All @@ -137,9 +138,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/federation:3.11.0
links:
- nats
image: quay.io/ernest/federation:3.12.0
networks:
- ernest
restart: always
logger:
depends_on:
Expand All @@ -151,9 +152,9 @@ services:
ERNEST_LOG_FILE: /var/logs/ernest.log
JWT_SECRET: GENERATEDJWTSECRET
NATS_URI: nats://nats:4222
image: quay.io/ernest/logger:3.11.0
links:
- nats
image: quay.io/ernest/logger:3.12.0
networks:
- ernest
ports:
- 22001:22001
restart: always
Expand All @@ -166,9 +167,9 @@ services:
environment:
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/mfa:3.11.0
links:
- nats
image: quay.io/ernest/mfa:3.12.0
networks:
- ernest
restart: always
monit:
depends_on:
Expand All @@ -178,23 +179,23 @@ services:
ERNEST_EDITION: enterprise
JWT_SECRET: GENERATEDJWTSECRET
NATS_URI: nats://nats:4222
image: quay.io/ernest/monit:3.11.0
links:
- nats
image: quay.io/ernest/monit:3.12.0
networks:
- ernest
ports:
- 22000:22000
restart: always
nats:
image: nats
networks:
- ernest
ports:
- 4222:4222
restart: always
nginx:
image: nginx:1.13.5-alpine
links:
- api-gateway:api-gateway
- monit:monit
- logger:logger
networks:
- ernest
ports:
- 443:443
restart: always
Expand All @@ -209,9 +210,22 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/notification-store:3.11.0
links:
- nats
image: quay.io/ernest/notification-store:3.12.0
networks:
- ernest
restart: always
notify:
depends_on:
- config-store
environment:
ERNEST_EDITION: enterprise
JWT_SECRET: GENERATEDJWTSECRET
NATS_URI: nats://nats:4222
image: quay.io/ernest/notify:3.12.0
networks:
- ernest
ports:
- 22002:22002
restart: always
papi:
depends_on:
Expand All @@ -222,10 +236,9 @@ services:
ERNEST_EDITION: enterprise
JWT_SECRET: GENERATEDJWTSECRET
NATS_URI: nats://nats:4222
image: quay.io/ernest/papi:3.11.0
links:
- nats
- api-gateway:api-gateway
image: quay.io/ernest/papi:3.12.0
networks:
- ernest
ports:
- 8081:8081
restart: always
Expand All @@ -236,14 +249,16 @@ services:
environment:
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/policy-store:3.11.0
links:
- nats
image: quay.io/ernest/policy-store:3.12.0
networks:
- ernest
restart: always
postgres:
environment:
DB_NAME: users,projects,environments,usage,authorizations,policies
image: postgres:9.6.5-alpine
networks:
- ernest
restart: always
volumes:
- ./config/postgres:/docker-entrypoint-initdb.d
Expand All @@ -255,10 +270,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/scheduler:3.11.0
links:
- nats
- postgres
image: quay.io/ernest/scheduler:3.12.0
networks:
- ernest
restart: always
service-store:
depends_on:
Expand All @@ -268,19 +282,19 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/service-store:3.11.0
links:
- nats
image: quay.io/ernest/service-store:3.12.0
networks:
- ernest
restart: always
supervisor:
depends_on:
- config-store
environment:
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/supervisor:3.11.0
links:
- nats
image: quay.io/ernest/supervisor:3.12.0
networks:
- ernest
restart: always
usage-store:
depends_on:
Expand All @@ -290,9 +304,9 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/usage-store:3.11.0
links:
- nats
image: quay.io/ernest/usage-store:3.12.0
networks:
- ernest
restart: always
user-store:
depends_on:
Expand All @@ -302,8 +316,10 @@ services:
ERNEST_CRYPTO_KEY: CRYPTO_KEY_TEMPLATE
ERNEST_EDITION: enterprise
NATS_URI: nats://nats:4222
image: quay.io/ernest/user-store:3.11.0
links:
- nats
image: quay.io/ernest/user-store:3.12.0
networks:
- ernest
restart: always
networks: {}
networks:
ernest:
driver: bridge
Loading

0 comments on commit 25050ce

Please sign in to comment.