diff --git a/docker-compose.yml b/docker-compose.yml index a35059a002ec019c647e8280df66c708b067246f..2fcc62daccd8edd17354897348a63f6e376b9963 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -7,7 +7,7 @@ services: restart: always grady: - build: . + image: docker.gitlab.gwdg.de/j.michal/grady:master command: - /bin/sh - -c diff --git a/grady/settings/live.py b/grady/settings/live.py index 2f3bfe34cbc7ee4a56a476881f397bf744af5135..1f827359a79aeb6729007216507668efeecae97e 100644 --- a/grady/settings/live.py +++ b/grady/settings/live.py @@ -11,7 +11,9 @@ X_FRAME_OPTIONS = 'DENY' DEBUG = False # adjust this setting to your needs -ALLOWED_HOSTS = ['localhost', '.grady.janmax.org'] +ALLOWED_HOSTS = [ + 'localhost', '.grady.janmax.org', 'grady.informatik.uni-goettingen.de' +] # sample postgres sql database configuration DATABASES = {