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

versions in docker compose

parent 684829af
No related branches found
No related tags found
1 merge request!3Development
......@@ -54,7 +54,7 @@ services:
- "-c"
- "shared_buffers=2GB"
redis:
image: redis
image: redis:7.0.7
container_name: drugstone_redis
restart: always
command: ["redis-server"]
......
......@@ -22,7 +22,7 @@ services:
- db
- redis
db:
image: postgres
image: postgres:14
container_name: drugstone_postgres
restart: always
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