├── .github └── FUNDING.yml ├── Dockerfile ├── LICENSE ├── README.md └── compose.yaml /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyarianto/pocketbase-docker/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyarianto/pocketbase-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyarianto/pocketbase-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyarianto/pocketbase-docker/HEAD/README.md -------------------------------------------------------------------------------- /compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sonyarianto/pocketbase-docker/HEAD/compose.yaml --------------------------------------------------------------------------------