Add DNS servers to backend container to resolve external API calls
All checks were successful
Build and Push Docker Images / docker (push) Successful in 49s
All checks were successful
Build and Push Docker Images / docker (push) Successful in 49s
Fixes ENOTFOUND api.wren.co error by adding Google DNS servers (8.8.8.8, 8.8.4.4) to the backend container configuration.
This commit is contained in:
parent
0192c9b3e5
commit
9fcc458760
@ -38,6 +38,9 @@ services:
|
||||
- WREN_API_TOKEN=${WREN_API_TOKEN}
|
||||
- WREN_DRY_RUN=${WREN_DRY_RUN:-false}
|
||||
- DATABASE_PATH=/app/data/orders.db
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
networks:
|
||||
- puffin-network
|
||||
restart: unless-stopped
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user