Easy setup for PocketBase Multi Instance
-
Clone this repository
git clone [email protected]:izulwahidin/Docker-PocketBase-Multi-Instance.git cd Docker-PocketBase-Multi-Instance
-
Configure your environment
Copy and rename the .env.example file to .env, then customize it according to your preferences.
cp .env.example .env
To start the services, run the following command:
./run.sh
Once the services are running, you can access PocketBase instances at:
http://<ip_vps>/onlinestore/
http://<ip_vps>/bootstore/
Or using a domain:
http://<domain.com>/onlinestore/
http://<domain.com>/bootstore/
- Not yet