Skip to content

Commit

Permalink
Manage: Add TZ information to the container
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jul 11, 2024
1 parent f313567 commit b23ea36
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions roles/manage/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
host.docker.internal: host-gateway
env:
USE_SYSTEM_CA_CERTS: "true"
TZ: "{{ timezone }}"
hostname: manage
healthcheck:
test:
Expand Down Expand Up @@ -131,3 +132,10 @@
SHIB_ENTITYID: "https://manage.{{ base_domain }}/shibboleth"
SHIB_REMOTE_ENTITYID: "https://engine.{{ base_domain }}/authentication/idp/metadata"
SHIB_REMOTE_METADATA: "{{ shibboleth_metadata_sources.engine }}"
mounts:
- source: /etc/localtime
target: /etc/localtime
type: bind
- source: /opt/openconext/common/favicon.ico
target: /var/www/favicon.ico
type: bind

0 comments on commit b23ea36

Please sign in to comment.