From 45359eb2fa4f2966e14ca933bcdb514eb9e897df Mon Sep 17 00:00:00 2001 From: parsa aghaei Date: Sun, 16 Aug 2026 15:40:55 +0330 Subject: [PATCH] revert(docker): remove external DNS to use host internal Iran DNS --- docker-compose.yml | 8 -------- scripts/compose.stage.yml | 8 -------- 2 files changed, 16 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5e5bd32..cbffb47 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,10 +25,6 @@ services: dockerfile: Dockerfile container_name: canino_backend_prod restart: always - dns: - - 8.8.8.8 - - 1.1.1.1 - - 4.2.2.4 environment: - DATABASE_URL=postgresql://canino_prod:caninopassword_prod@db_prod:5432/caninodb_prod?schema=public - REDIS_HOST=redis_prod @@ -54,10 +50,6 @@ services: dockerfile: Dockerfile container_name: canino_frontend_prod restart: always - dns: - - 8.8.8.8 - - 1.1.1.1 - - 4.2.2.4 environment: - NEXT_PUBLIC_API_URL=http://backend_prod:3000 labels: diff --git a/scripts/compose.stage.yml b/scripts/compose.stage.yml index 7862bff..719cc1d 100644 --- a/scripts/compose.stage.yml +++ b/scripts/compose.stage.yml @@ -27,10 +27,6 @@ services: dockerfile: Dockerfile container_name: canino_backend_stage restart: always - dns: - - 8.8.8.8 - - 1.1.1.1 - - 4.2.2.4 environment: - DATABASE_URL=postgresql://canino_stage:caninopassword_stage@db_stage:5432/caninodb_stage?schema=public - REDIS_HOST=redis_stage @@ -60,10 +56,6 @@ services: VITE_API_URL: "https://stageapi.canina.ir" container_name: canino_frontend_stage restart: always - dns: - - 8.8.8.8 - - 1.1.1.1 - - 4.2.2.4 labels: - "traefik.enable=true" - "traefik.http.routers.canina-stage.rule=Host(`stage.canina.ir`) || Host(`stageadmin.canina.ir`)"