Skip to main content

Postgres

  1. Copy komodo/postgres.compose.yaml and komodo/compose.env to your host:
wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/postgres.compose.yaml && \
wget -P komodo https://raw.githubusercontent.com/mbecker20/komodo/main/compose/compose.env
  1. Edit the variables in komodo/compose.env.
  2. Deploy:
docker compose -p komodo -f komodo/postgres.compose.yaml --env-file komodo/compose.env up -d
https://github.com/mbecker20/komodo/blob/main/compose/postgres.compose.yaml