Add custom dns to franz infrastructure containers

This commit is contained in:
GHOSCHT 2024-03-17 17:08:26 +01:00
parent d271bd977e
commit 8595592ecf
Signed by: ghoscht
GPG key ID: 2C2C1C62A5388E82

View file

@ -38,6 +38,7 @@
env_file = [
"/home/ghoscht/.docker/infrastructure/traefik.env"
];
dns = ["1.1.1.1"];
restart = "always";
networks = [
"dmz"
@ -50,6 +51,7 @@
"/home/ghoscht/.docker/infrastructure/cloudflared.env"
];
restart = "always";
dns = ["1.1.1.1"];
command = "tunnel --no-autoupdate --protocol http2 run";
networks = [
"dmz"