Skip to content
Snippets Groups Projects
Commit bdc58aab authored by Hartung, Michael's avatar Hartung, Michael
Browse files

versions in docker compose

Former-commit-id: 9163bc02c497976a55c301ec789618782616831b [formerly ec7be7a86315621ec21a246bb3961a7090db4bee]
Former-commit-id: 79af376dcff75e3929833de173b397976a87684c
parent 18175073
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ services: ...@@ -54,7 +54,7 @@ services:
- "-c" - "-c"
- "shared_buffers=2GB" - "shared_buffers=2GB"
redis: redis:
image: redis image: redis:7.0.7
container_name: drugstone_redis container_name: drugstone_redis
restart: always restart: always
command: ["redis-server"] command: ["redis-server"]
......
...@@ -22,7 +22,7 @@ services: ...@@ -22,7 +22,7 @@ services:
- db - db
- redis - redis
db: db:
image: postgres image: postgres:14
container_name: drugstone_postgres container_name: drugstone_postgres
restart: always restart: always
hostname: drugstone_postgres hostname: drugstone_postgres
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment