Skip to content

Commit

Permalink
Attribute aggregation: Add timezone info to the containers
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jun 17, 2024
1 parent 80dbc8f commit 41dd386
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions roles/attribute-aggregation/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,13 @@
retries: 3
start_period: 10s
hostname: attribute-aggregation
mounts:
- source: /etc/localtime
target: /etc/localtime
type: bind
- source: /opt/openconext/common/favicon.ico
target: /var/www/favicon.ico
type: bind
env:
HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}"
HTTPD_SERVERNAME: "aa.{{ base_domain }}"
Expand Down Expand Up @@ -112,6 +119,12 @@
- source: /opt/openconext/attribute-aggregation/apachelink.conf
target: /etc/apache2/sites-enabled/000-default.conf
type: bind
- source: /etc/localtime
target: /etc/localtime
type: bind
- source: /opt/openconext/common/favicon.ico
target: /var/www/favicon.ico
type: bind
hostname: attribute-link
env:
HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}"
Expand Down

0 comments on commit 41dd386

Please sign in to comment.