Compare commits

..

1 Commits

Author SHA1 Message Date
f51493ba65 Update docker.io/library/postgres Docker tag to v18.3 2026-03-01 02:32:01 +00:00
4 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
services: services:
dockhand_db: dockhand_db:
container_name: dockhand_db container_name: dockhand_db
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431 image: docker.io/library/postgres:18.3@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,7 +1,7 @@
services: services:
gotify: gotify:
container_name: gotify container_name: gotify
image: ghcr.io/gotify/server:2.9.1@sha256:a3af47067ce6aad76aadf5ba32d6ddfecd1ae576a961359f039fd1831e8b7652 image: ghcr.io/gotify/server:2.9.0@sha256:4df8c1bb23646b8d8b308e881866474bfae4a9a5b3980e5047f87eb84017e8a0
restart: unless-stopped restart: unless-stopped
environment: environment:
- TZ=${TZ} - TZ=${TZ}

View File

@@ -1,7 +1,7 @@
services: services:
lldap_db: lldap_db:
container_name: lldap_db container_name: lldap_db
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431 image: docker.io/library/postgres:18.3@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}

View File

@@ -1,7 +1,7 @@
services: services:
pocket-id-db: pocket-id-db:
container_name: pocket-id-db container_name: pocket-id-db
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431 image: docker.io/library/postgres:18.3@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}