Setting timezone doesn't make a difference. Different issue in that case.
This commit is contained in:
@@ -6,7 +6,6 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
TZ: Africa/Monrovia
|
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
APP_URL: https://${TRAEFIK_HOST}
|
APP_URL: https://${TRAEFIK_HOST}
|
||||||
@@ -51,7 +50,6 @@ services:
|
|||||||
done
|
done
|
||||||
EOF'
|
EOF'
|
||||||
environment:
|
environment:
|
||||||
TZ: Africa/Monrovia
|
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
APP_URL: https://${TRAEFIK_HOST}
|
APP_URL: https://${TRAEFIK_HOST}
|
||||||
@@ -84,7 +82,6 @@ services:
|
|||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
TZ: Africa/Monrovia
|
|
||||||
MYSQL_DATABASE: ninja_db
|
MYSQL_DATABASE: ninja_db
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
MYSQL_USER: ninja
|
MYSQL_USER: ninja
|
||||||
@@ -102,8 +99,6 @@ services:
|
|||||||
dns:
|
dns:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
- 1.0.0.1
|
- 1.0.0.1
|
||||||
environment:
|
|
||||||
TZ: Africa/Monrovia
|
|
||||||
labels:
|
labels:
|
||||||
io.rancher.container.pull_image: always
|
io.rancher.container.pull_image: always
|
||||||
{{- if .Values.HOST_LABEL}}
|
{{- if .Values.HOST_LABEL}}
|
||||||
|
|||||||
Reference in New Issue
Block a user