Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion forgejo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ volumes:
services:

db:
image: docker.io/library/postgres:18.4-alpine
image: docker.io/library/postgres:18.6-alpine
container_name: forgejo-db
restart: unless-stopped
env_file:
Expand Down
2 changes: 1 addition & 1 deletion infisical/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ volumes:
services:

db:
image: docker.io/library/postgres:18.4-alpine
image: docker.io/library/postgres:18.6-alpine
container_name: infisical-db
restart: unless-stopped
env_file:
Expand Down
2 changes: 1 addition & 1 deletion lemmy-stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ services:
logging: *default-logging

postgres:
image: docker.io/library/postgres:18.4-alpine
image: docker.io/library/postgres:18.6-alpine
# this needs to match the database host in lemmy.hson
# Tune your settings via
# https://pgtune.leopard.in.ua/#/
Expand Down
2 changes: 1 addition & 1 deletion nautobot/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ services:
- homepage.description=Network Automation Platform

postgres:
image: docker.io/library/postgres:18.4-alpine
image: docker.io/library/postgres:18.6-alpine
container_name: nautobot-postgres
environment:
- POSTGRES_USER=${POSTGRES_USER:-nautobot}
Expand Down
2 changes: 1 addition & 1 deletion social-stack/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
restart: unless-stopped
# image: docker.io/library/postgres:12.2-alpine
# image: docker.io/groonga/pgroonga:3.1.8-alpine-16-slim
image: docker.io/library/postgres:16.15-alpine
image: docker.io/library/postgres:18.6-alpine
container_name: firefish_db
networks:
- calcnet
Expand Down