Skip to content

Commit 338d4d2

Browse files
author
Ines Duits
committed
docker fix en stats eruit?
1 parent 1829d45 commit 338d4d2

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

roles/openaccess/defaults/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
---
22
openaccess_server_restart_policy: always
33
openaccess_server_restart_retries: 0
4+
openaccess_docker_networks:
5+
- name: loadbalancer

roles/openaccess/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@
100100
S3_STORAGE_URL : "{{ openconextaccess.s3_storage.url }}"
101101
S3_STORAGE_KEY : "{{ openconextaccess.s3_storage.key }}"
102102
S3_STORAGE_SECRET : "{{ openconextaccess.s3_storage.secret }}"
103-
S3_STORAGE_BUCKET : "{{ openconextaccess.s3_storage.bucket }}"
103+
S3_STORAGE_BUCKET : "{{ openconextaccess.s3_storage.bucket }}"

0 commit comments

Comments
 (0)