Organize your Home lab or Admin in a simple and dynamic Link collection
2.7K
Organize your Home lab or Admin in a simple and dynamic Link collection

version: '3.1'
services:
postgres:
image: postgres
restart: always
environment:
POSTGRES_PASSWORD: CHANGEME
custodia:
image: ipmake/custodia
restart: always
environment:
DATABASE_URL: postgresql://postgres:CHANGEME@postgres:5432/custodia?schema=public
ports:
- 4274:4274
Content type
Image
Digest
sha256:fedc40610…
Size
168.2 MB
Last updated
almost 2 years ago
docker pull ipmake/custodia