Skip to content

Commit ea0e4fa

Browse files
author
=
committed
Hard-code DNS for API, which has been having opaque networking issues
1 parent 9c88c18 commit ea0e4fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

accessmap/docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ services:
55
build:
66
context: https://github.com/accessmap/accessmap-api.git#develop
77
command: poetry run gunicorn --bind 0.0.0.0:5000 'wsgi:build_app(endpoint="/api/v1")'
8+
dns:
9+
- 8.8.8.8
10+
- 8.8.4.4
811

912
router:
1013
build: ./dockerfiles/unweaver

0 commit comments

Comments
 (0)