Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
CTB
ctb-platform-backend-antigo
Commits
f29e75ea
Commit
f29e75ea
authored
Feb 05, 2019
by
Bruno Martin
Browse files
upgrade redis to 5.0 and postgress to 11.1
parent
82eec132
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker-compose.yml
docker-compose.yml
+2
-2
No files found.
docker-compose.yml
View file @
f29e75ea
...
@@ -9,7 +9,7 @@ networks:
...
@@ -9,7 +9,7 @@ networks:
services
:
services
:
redis
:
redis
:
image
:
redis:
3.2
image
:
redis:
5.0
hostname
:
redis
hostname
:
redis
networks
:
networks
:
-
base
-
base
...
@@ -33,7 +33,7 @@ services:
...
@@ -33,7 +33,7 @@ services:
-
base
-
base
postgres
:
postgres
:
image
:
postgres:
9.6
image
:
postgres:
11.1
volumes
:
volumes
:
-
db_data:/var/lib/postgresql/data
-
db_data:/var/lib/postgresql/data
environment
:
environment
:
...
...
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