configured dev branch

pull/2/head
dcore94 2 years ago
parent 01611a7ff7
commit 483beee912

@ -3,6 +3,7 @@
"d4science_iam_base" : "https://accounts.dev.d4science.org/auth",
"d4science_cdn_base" : "http://cdn.dev.d4science.org",
"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"]
}
}

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

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

Loading…
Cancel
Save