https://github.com/airscripts/supah
Just the place where I put supa stuff.
https://github.com/airscripts/supah
compose docker supabase
Last synced: about 3 hours ago
JSON representation
Just the place where I put supa stuff.
- Host: GitHub
- URL: https://github.com/airscripts/supah
- Owner: airscripts
- License: mit
- Created: 2025-05-29T12:56:29.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-06-13T13:04:50.000Z (11 months ago)
- Last Synced: 2026-01-29T22:53:54.945Z (3 months ago)
- Topics: compose, docker, supabase
- Language: Dockerfile
- Homepage: https://airscript.it
- Size: 21.5 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Supah
Just the place where I put supa stuff.
## Table of Contents
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Boilerplate](#boilerplate)
- [Resources](#resources)
- [Contributing](#contributing)
- [Support](#support)
- [License](#license)
## Prerequisites
In order to use this repository you need at least:
- git
- Docker
## Installation
Follow the steps below to make use of Supah.
Clone this repository:
```bash
git clone https://github.com/airscripts/supah.git
```
## Usage
In order to use this project, just hit a few commands into your terminal:
```bash
docker compose up
```
After it has finished, open a new terminal session or just -d the last command and hit:
```bash
docker compose exec infracontainer bash
```
From here you need to startup your Supabase instance like this:
```bash
pnpx supabase start
```
And then you're ready to go!
## Boilerplate
If you need to bootstrap a new project from these, I've added a `boilerplate.sh` that you can use for this purpose.
```bash
./boilerplate.sh
```
In this project you have a perfectly bootstrapped local development environment in which you can add other services to communicate easily with Supabase.
It's something that it's often overlooked and can take some time if needed.
## Resources
- Supabase: https://supabase.com/
- Docker: https://docker.com
## Contributing
Contributions and suggestions about how to improve this project are welcome!
Please follow [our contribution guidelines](https://github.com/airscripts/supah/blob/main/CONTRIBUTING.md).
## Support
If you want to support my work you can do it by following me, leaving a star, sharing my projects or also donating at the links below.
Choose what you find more suitable for you:
## License
This repository is licensed under [MIT License](https://github.com/airscripts/supah/blob/main/LICENSE).