Compare commits
1 Commits
f51493ba65
...
renovate/g
| Author | SHA1 | Date | |
|---|---|---|---|
| 3f1bb163b8 |
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
dockhand_db:
|
||||
container_name: dockhand_db
|
||||
image: docker.io/library/postgres:18.3@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
|
||||
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
lldap_db:
|
||||
container_name: lldap_db
|
||||
image: docker.io/library/postgres:18.3@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
|
||||
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
pocket-id-db:
|
||||
container_name: pocket-id-db
|
||||
image: docker.io/library/postgres:18.3@sha256:69e8582b781cb44fa4557b98ed586fe68361e320d9b12f9707494335634f4f3d
|
||||
image: docker.io/library/postgres:18.2@sha256:9b5bd946f3a507db72c55959700e517463e8d5dbb6f7eb30d920d5bcf6951431
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- POSTGRES_USER=${POSTGRES_USER}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
syncthing:
|
||||
container_name: syncthing
|
||||
image: ghcr.io/syncthing/syncthing:2.0.14
|
||||
image: ghcr.io/syncthing/syncthing:2.0.15
|
||||
restart: unless-stopped
|
||||
hostname: ${HOSTNAME}
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user