diff --git a/.gitignore b/.gitignore index 2074a28..8e9070b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,15 +1,17 @@ *.egg-info/ *.pyc *.sw? *~ .coverage .eggs/ .mypy_cache .tox __pycache__ build/ dist/ version.txt .mypy_cache/ .vscode/ -demo.txt \ No newline at end of file +demo.txt +\#* +.\#* \ No newline at end of file diff --git a/docker-compose-staging.yml b/docker-compose-staging.yml index c64146a..fc17347 100644 --- a/docker-compose-staging.yml +++ b/docker-compose-staging.yml @@ -1,8 +1,9 @@ version: "3.4" services: app: + dns: 192.168.100.29 command: gunicorn --bind=0.0.0.0:8000 --workers=2 swh.graphql.wsgi:application # haproxy: # command: uvicorn swh.graphql.app:app --host 0.0.0.0 --port 8000