Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Fractalis
fractalis
Commits
0bc2db0d
Commit
0bc2db0d
authored
Aug 03, 2018
by
Sascha Herzinger
Browse files
fixing deployment config issues in docker-compose.yml
parent
7b778cbd
Pipeline
#6029
passed with stages
in 37 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/docker-compose.yml
View file @
0bc2db0d
...
...
@@ -5,7 +5,9 @@ services:
command
:
>
sh -c "redis-server
&& redis-cli CONFIG SET maxmemory 4gb
&& redis-cli CONFIG SET maxmemory-policy allkeys-lru"
&& redis-cli CONFIG SET maxmemory-policy allkeys-lru
&& redis-cli CONFIG SET save ''
&& redis-cli CONFIG SET appendonly no"
restart
:
always
rabbitmq
:
image
:
rabbitmq:alpine
...
...
@@ -17,7 +19,7 @@ services:
-
./config/fractalis/logging.yaml:/logging.yaml
environment
:
-
FRACTALIS_CONFIG=/config.py
command
:
gunicorn -w 3 -b :5000 --error-logfile - fractalis:app
command
:
gunicorn -w 3 -b :5000
--timeout 30
--error-logfile - fractalis:app
expose
:
-
5000
restart
:
always
...
...
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