Skip to content

salindae25/pocketbase_devc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pocketbase as framework inside DevContainer

Dockerize pocketbase as framework. Inspired by the VS code Dev Container. This would help us isolate the golang development environment

Setup

  • Clone the repo
    git clone  git@github.com:salindae25/pocketbase_devc.git
    
  • Modify the main.go file as you see fit.
  • Run docker compose file
    docker-compose up -d
    
  • Access the container bash shell
    docker exec -it pocketbase_devc bash
    
  • Once inside the container shell run following
    ./dev.sh
    
  • Now access the pocketbase admin using following cmd
    http://localhost:8089/_/
    

Development

To develop pocketbase as a framework please refer - Pocketbase Docs

About

Initial template to run Pocketbase as framework inside dev container

Resources

Stars

Watchers

Forks

Packages

No packages published