We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21883b5 commit 0530b7dCopy full SHA for 0530b7d
1 file changed
docker-compose.yml
@@ -28,7 +28,7 @@ services:
28
# https://docs.sourcebot.dev/docs/configuration/environment-variables
29
30
postgres:
31
- image: docker.io/postgres:${POSTGRES_VERSION:-17}
+ image: docker.io/postgres:${POSTGRES_VERSION:-16}
32
restart: always
33
healthcheck:
34
test: ["CMD-SHELL", "pg_isready -U postgres"]
@@ -45,7 +45,7 @@ services:
45
- sourcebot_postgres_data:/var/lib/postgresql/data
46
47
redis:
48
- image: docker.io/redis:${REDIS_VERSION:-latest}
+ image: docker.io/redis:${REDIS_VERSION:-8}
49
50
ports:
51
- 127.0.0.1:6379:6379
0 commit comments