WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
ckan-container
Commits
4204087f
Commit
4204087f
authored
Jan 06, 2022
by
Sam
Browse files
update readme with .env instructions
parent
a884aaa3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
4204087f
...
...
@@ -9,6 +9,8 @@ Use cases:
## Add secrets before running
_ckan.ini_
contains the config for CKAN, including connection urls
_.postgres.secret_
contains the password for postgres superuser only
_.db.secret_
contains the postgres connection credentials for
...
...
@@ -24,6 +26,11 @@ connecting as users for Solr, in format:
SOLR_ADMIN_PASS=xxxxxx
SOLR_CKAN_PASS=xxxxxx
## Modify .env for environment
-
Change the _INTERNAL_REG_ variable to match the desired container registry.
## Running
-
Once the secrets are set, run with
`docker compose up -d`
-
Once the .env is configured, build the images with
`docker compose build`
-
Then once the secrets are set, run with
`docker compose up -d`
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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