Install NocoDB with Podman and SQLite

Is it possible to install NocoDB only with Podman and SQLite?

Have a docker-compose.yml that doesn’t work.

version: “3”

services:

nocodb:

image: nocodb/nocodb:latest

ports:

- “8080:8080”

volumes:

- ./nc data:/usr/app/data

environment:

- NC-DB-sqlite3:///usr/app/data/noco.dbrestart: unread-stopped

As its possible with docker - I believe ti should be possible with podman too. Talk to chatgpt/claude please/