Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Validata
Validata Docker
Commits
011e38cc
Commit
011e38cc
authored
Jun 28, 2019
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Explain how to customize homepage
parent
faba1c49
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
README.md
README.md
+11
-0
production/playbooks/roles/validata/templates/docker-compose.yml.j2
.../playbooks/roles/validata/templates/docker-compose.yml.j2
+2
-0
No files found.
README.md
View file @
011e38cc
...
...
@@ -41,6 +41,17 @@ Then copy [api.secrets.env.template](./production/api.secrets.env.template) and
The installed version uses Validata API
`v0.2.0`
and Validata UI
`v0.2.0`
. Follow the next section to update to a new version.
### Configuration
#### Homepage config
To customize Validata UI homepage: uncomment the following lines in
`docker-compose.yml`
and store a
`homepage_config.json`
next to it:
```
volumes:
- "./homepage_config.json:/home/validata/homepage_config.json:ro"
```
### Deploy a new version
To deploy a new version of Validata:
...
...
production/playbooks/roles/validata/templates/docker-compose.yml.j2
View file @
011e38cc
...
...
@@ -32,6 +32,8 @@ services:
env_file:
- ./ui.env
- ./ui.secrets.env
# volumes:
# - "./homepage_config.json:/home/validata/homepage_config.json:ro"
labels:
- "traefik.enable=true"
- "traefik.frontend.rule=Host:{{ validata_hostname }}"
Write
Preview
Markdown
is supported
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