Skip to content
Snippets Groups Projects
Verified Commit 943900f9 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Added new domain and using image in staging

parent f8ae14c8
No related branches found
No related tags found
1 merge request!19Whitenoise
Pipeline #
......@@ -7,7 +7,7 @@ services:
restart: always
grady:
build: .
image: docker.gitlab.gwdg.de/j.michal/grady:master
command:
- /bin/sh
- -c
......
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment