Skip to content

Commit aa868aa

Browse files
committed
fix: dns internal resolution when deploying
Internally the ansible deployment is still using this repository docker compose, that is a bad design, but it is what we have. This commit removes the Google dns from the docker compose's, so the app works when resolving internal machines.
1 parent 10f4ff9 commit aa868aa

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

docker-compose.prod.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ services:
66
target: production
77
environment:
88
- NODE_ENV=production
9-
dns:
10-
- 8.8.8.8
11-
- 8.8.4.4
129
ports:
1310
- "3000:3000"
1411
healthcheck:

docker-compose.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ services:
66
target: development
77
environment:
88
- NODE_ENV=development
9-
dns:
10-
- 8.8.8.8
11-
- 8.8.4.4
129
volumes:
1310
- ./:/home/node/app
1411
- /home/node/app/node_modules

0 commit comments

Comments
 (0)