🔧 Add timezone info to cleanuri containers
This commit is contained in:
parent
83d1a64689
commit
0b83ee25cd
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
- "127.0.0.1:{{ cleanuri_ui_host_port }}:80"
|
- "127.0.0.1:{{ cleanuri_ui_host_port }}:80"
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
env:
|
env:
|
||||||
|
TZ: "{{ timezone }}"
|
||||||
REACT_APP_API_GATEWAY: "https://{{ cleanuri_api_domain }}"
|
REACT_APP_API_GATEWAY: "https://{{ cleanuri_api_domain }}"
|
||||||
|
|
||||||
- name: Setup proxy site for the CleanURI WebUI
|
- name: Setup proxy site for the CleanURI WebUI
|
||||||
|
@ -32,6 +33,7 @@
|
||||||
- "127.0.0.1:{{ cleanuri_api_host_port }}:8080"
|
- "127.0.0.1:{{ cleanuri_api_host_port }}:8080"
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
env:
|
env:
|
||||||
|
TZ: "{{ timezone }}"
|
||||||
AMQP_HOST: "{{ cleanuri_amqp_host }}"
|
AMQP_HOST: "{{ cleanuri_amqp_host }}"
|
||||||
AMQP_USER: "{{ cleanuri_amqp_user }}"
|
AMQP_USER: "{{ cleanuri_amqp_user }}"
|
||||||
AMQP_PASS: "{{ cleanuri_amqp_pass }}"
|
AMQP_PASS: "{{ cleanuri_amqp_pass }}"
|
||||||
|
@ -48,6 +50,7 @@
|
||||||
detach: yes
|
detach: yes
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
env:
|
env:
|
||||||
|
TZ: "{{ timezone }}"
|
||||||
AMQP_HOST: "{{ cleanuri_amqp_host }}"
|
AMQP_HOST: "{{ cleanuri_amqp_host }}"
|
||||||
AMQP_USER: "{{ cleanuri_amqp_user }}"
|
AMQP_USER: "{{ cleanuri_amqp_user }}"
|
||||||
AMQP_PASS: "{{ cleanuri_amqp_pass }}"
|
AMQP_PASS: "{{ cleanuri_amqp_pass }}"
|
||||||
|
@ -64,6 +67,7 @@
|
||||||
detach: yes
|
detach: yes
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
env:
|
env:
|
||||||
|
TZ: "{{ timezone }}"
|
||||||
AMQP_HOST: "{{ cleanuri_amqp_host }}"
|
AMQP_HOST: "{{ cleanuri_amqp_host }}"
|
||||||
AMQP_USER: "{{ cleanuri_amqp_user }}"
|
AMQP_USER: "{{ cleanuri_amqp_user }}"
|
||||||
AMQP_PASS: "{{ cleanuri_amqp_pass }}"
|
AMQP_PASS: "{{ cleanuri_amqp_pass }}"
|
||||||
|
|
Loading…
Reference in a new issue