Skip to content

dockerized pocketbase image, published on ghcr for easier management

License

Notifications You must be signed in to change notification settings

altadenagroup/pocketbase-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pocketbase-image

Docker Compose Example

version: '3.9'

services:
  pb:
    container_name: pocketbase
    image: ghcr.io/altadenagroup/pocketbase-image:main
    restart: unless-stopped
    volumes:
      - pocketbase-volume:/app/data
    ports:
      - '8090:8090'
    
volumes:
  pocketbase-volume:
    name: pocketbase-volume

About

dockerized pocketbase image, published on ghcr for easier management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published