configured dev branch

This commit is contained in:
dcore94 2022-01-10 16:04:38 +01:00
parent 01611a7ff7
commit 483beee912
3 changed files with 7 additions and 4 deletions

View File

@ -3,6 +3,7 @@
"d4science_iam_base" : "https://accounts.dev.d4science.org/auth", "d4science_iam_base" : "https://accounts.dev.d4science.org/auth",
"d4science_cdn_base" : "http://cdn.dev.d4science.org", "d4science_cdn_base" : "http://cdn.dev.d4science.org",
"gateways" : { "gateways" : {
"/gcube/devsec" : ["d4science-example-wp"] "/gcube/devsec" : ["d4science-example-wp", "dev4.d4science.org", "next.d4science.org"],
"/gcube/devNext" : ["d4science-example-wp", "dev4.d4science.org", "next.d4science.org"]
} }
} }

View File

@ -3,7 +3,7 @@
vars_files: vars_files:
- conf/secrets.yaml - conf/secrets.yaml
vars: vars:
infrastructure: "local" infrastructure: "dev"
dry: false dry: false
tasks: tasks:
- name: Patch PEP config - name: Patch PEP config

View File

@ -6,10 +6,10 @@ services:
image: nginx:stable-alpine image: nginx:stable-alpine
networks: networks:
- cdn-network - cdn-network
ports: - haproxy-public
- "80:80"
deploy: deploy:
mode: replicated mode: replicated
endpoint_mode: dnsrr
replicas: 2 replicas: 2
restart_policy: restart_policy:
condition: on-failure condition: on-failure
@ -60,6 +60,8 @@ services:
networks: networks:
cdn-network: cdn-network:
haproxy-public:
external: true
configs: configs:
nginx_router_conf: nginx_router_conf: