Add custom dns to franz infrastructure containers
This commit is contained in:
parent
d271bd977e
commit
8595592ecf
1 changed files with 2 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
env_file = [
|
env_file = [
|
||||||
"/home/ghoscht/.docker/infrastructure/traefik.env"
|
"/home/ghoscht/.docker/infrastructure/traefik.env"
|
||||||
];
|
];
|
||||||
|
dns = ["1.1.1.1"];
|
||||||
restart = "always";
|
restart = "always";
|
||||||
networks = [
|
networks = [
|
||||||
"dmz"
|
"dmz"
|
||||||
|
@ -50,6 +51,7 @@
|
||||||
"/home/ghoscht/.docker/infrastructure/cloudflared.env"
|
"/home/ghoscht/.docker/infrastructure/cloudflared.env"
|
||||||
];
|
];
|
||||||
restart = "always";
|
restart = "always";
|
||||||
|
dns = ["1.1.1.1"];
|
||||||
command = "tunnel --no-autoupdate --protocol http2 run";
|
command = "tunnel --no-autoupdate --protocol http2 run";
|
||||||
networks = [
|
networks = [
|
||||||
"dmz"
|
"dmz"
|
||||||
|
|
Loading…
Reference in a new issue