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

docker compose versions

Former-commit-id: eb6a9ba685f9d590188abc8d4c888e4a14aa063c [formerly e72bc20d8395fa29e4897336344f68464bb63a76]
Former-commit-id: 8bfa18f469074f2eb56846891c8d7d5c06965517
parent f105cdce
No related branches found
No related tags found
No related merge requests found
......@@ -54,7 +54,7 @@ services:
- "-c"
- "shared_buffers=2GB"
redis:
image: redis:7.0.7
image: redis
container_name: drugstone_redis
restart: always
command: ["redis-server"]
......
......@@ -22,7 +22,7 @@ services:
- db
- redis
db:
image: postgres:14
image: postgres
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.
Please register or to comment