Sign inSign up

ipmake/custodia

By ipmake

Updated almost 2 years ago

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

Image
0

2.7K

ipmake/custodia repository overview

Custodia

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

Screenshots

Screenshot1

Setup

Docker Compose
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

Tag summary

Content type

Image

Digest

sha256:fedc40610

Size

168.2 MB

Last updated

almost 2 years ago

docker pull ipmake/custodia