Compare commits

..

1 Commits

4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
services: services:
adminer: adminer:
container_name: adminer container_name: adminer
image: docker.io/library/adminer:5.4.2@sha256:41898b976011fd87f2d3037366ad97f7d89fddfebc8aa8b3a7d77d0c465aa37b image: docker.io/library/adminer:5.4.2@sha256:cc64d253db4f016cbcff2ff2f01e60ed07e74f38b4398f84d3c4fae4b5ce0e07
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${PORT}:8080 - ${PORT}:8080
+1 -1
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.3@sha256:7e32e9833a6fb1c92c32552794cb6ed569d51b445a54907d35fc112ef39684db image: docker.io/library/postgres:18.3@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
+1 -1
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.3@sha256:7e32e9833a6fb1c92c32552794cb6ed569d51b445a54907d35fc112ef39684db image: docker.io/library/postgres:18.3@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}
+1 -1
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.3@sha256:7e32e9833a6fb1c92c32552794cb6ed569d51b445a54907d35fc112ef39684db image: docker.io/library/postgres:18.3@sha256:78481659c47e862334611ccdaf7c369c986b3046da9857112f3b309114a65fb4
restart: unless-stopped restart: unless-stopped
environment: environment:
- POSTGRES_USER=${POSTGRES_USER} - POSTGRES_USER=${POSTGRES_USER}