Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Koehler
rdmo-docker-compose
Commits
816465b7
Commit
816465b7
authored
Oct 17, 2019
by
Olaf Michaelis
Browse files
Update variables env for clarity
parent
3258132e
Changes
1
Hide whitespace changes
Inline
Side-by-side
variables.env
View file @
816465b7
...
...
@@ -6,13 +6,14 @@ FINALLY_EXPOSED_PORT=8484
# see https://docs.docker.com/compose/compose-file/#restart
RESTART_POLICY=always
# necessary for running RDMO under a subpath
# by default rdmo is available under the root url
# i.e. for 'http://yourrdmo.com/rdmo' set the key to 'rdmo'
BASE_URL=/
# the list of URLs under which this application is available
ALLOWED_HOSTS=localhost, ip6-localhost, 127.0.0.1, [::1], rdmo
# necessary for running RDMO under subpath like 'http://yourrdmo.com/rdmo'
# if not just keep the '/', this setting shouldn't be empty
BASE_URL=/
POSTGRES_USER=rdmo
POSTGRES_PASSWORD=rdmoPGpass19
POSTGRES_DB=rdmo
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment