Back to third-party DNS servers
This commit is contained in:
@@ -3,7 +3,8 @@ services:
|
|||||||
bind:
|
bind:
|
||||||
image: sameersbn/bind
|
image: sameersbn/bind
|
||||||
dns:
|
dns:
|
||||||
- localhost
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
WEBMIN_ENABLED: ${WEBMIN_ENABLED}
|
WEBMIN_ENABLED: ${WEBMIN_ENABLED}
|
||||||
{{- if eq .Values.WEBMIN_ENABLED "true"}}
|
{{- if eq .Values.WEBMIN_ENABLED "true"}}
|
||||||
|
|||||||
@@ -3,7 +3,8 @@ services:
|
|||||||
app:
|
app:
|
||||||
image: invoiceninja/invoiceninja
|
image: invoiceninja/invoiceninja
|
||||||
dns:
|
dns:
|
||||||
- 10.0.0.1
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
APP_ENV: production
|
APP_ENV: production
|
||||||
APP_DEBUG: false
|
APP_DEBUG: false
|
||||||
@@ -35,7 +36,8 @@ services:
|
|||||||
cron:
|
cron:
|
||||||
image: invoiceninja/invoiceninja
|
image: invoiceninja/invoiceninja
|
||||||
dns:
|
dns:
|
||||||
- 10.0.0.1
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
entrypoint: |
|
entrypoint: |
|
||||||
bash -c 'bash -s <<EOF
|
bash -c 'bash -s <<EOF
|
||||||
trap "break;exit" SIGHUP SIGINT SIGTERM
|
trap "break;exit" SIGHUP SIGINT SIGTERM
|
||||||
@@ -75,7 +77,8 @@ services:
|
|||||||
db:
|
db:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
- 10.0.0.1
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: ninja_db
|
MYSQL_DATABASE: ninja_db
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
@@ -91,7 +94,8 @@ services:
|
|||||||
web:
|
web:
|
||||||
image: nginx
|
image: nginx
|
||||||
dns:
|
dns:
|
||||||
- 10.0.0.1
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
labels:
|
labels:
|
||||||
{{- if (.Values.HOST_LABEL)}}
|
{{- if (.Values.HOST_LABEL)}}
|
||||||
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
io.rancher.scheduler.affinity:host_label: ${HOST_LABEL}
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
dns:
|
dns:
|
||||||
- 10.0.0.1
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
MYSQL_HOST: mysql
|
MYSQL_HOST: mysql
|
||||||
MYSQL_DATABASE: nextcloud
|
MYSQL_DATABASE: nextcloud
|
||||||
@@ -31,7 +32,8 @@ services:
|
|||||||
mysql:
|
mysql:
|
||||||
image: mysql:5
|
image: mysql:5
|
||||||
dns:
|
dns:
|
||||||
- 10.0.0.1
|
- 1.1.1.1
|
||||||
|
- 1.0.0.1
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: nextcloud
|
MYSQL_DATABASE: nextcloud
|
||||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
|
|||||||
Reference in New Issue
Block a user