EOX GitLab Instance
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
vs-starter
Commits
fafaa9cc
Commit
fafaa9cc
authored
Nov 30, 2022
by
Lubomir Doležal
Browse files
minor fix
parent
860302c7
Pipeline
#30132
passed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vs_starter/templates/db.env
View file @
fafaa9cc
...
...
@@ -6,3 +6,4 @@ DB_NAME={{DB_NAME}}
POSTGRES_USER={{DB_USER}}
POSTGRES_DB={{DB_NAME}}
POSTGRES_PASSWORD={{DB_PW}}
vs_starter/templates/docker-compose.yml
View file @
fafaa9cc
...
...
@@ -190,6 +190,8 @@ services:
logging
:
options
:
tag
:
"
json"
environment
:
REDIS_HOST
:
redis
deploy
:
replicas
:
{{
service_configs
[
'
scheduler'
][
'
replicas'
]
}}
seeder
:
...
...
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