Skip to content

miniksa/barcodebuddy-docker

 
 

Repository files navigation

BarcodeBuddy on Docker

BarcodeBuddy- now containerized! This is the docker repo of BarcodeBuddy.

Documentation Status Docker Pulls

Install Docker

Follow these instructions to get Docker running on your server.

Available on Docker Hub (prebuilt) or built from source

To pull the latest images to your machine:

docker pull f0rc3/barcodebuddy-docker:latest
docker run -d -v bbconfig:/config -p 80:80 -p 443:443 f0rc3/barcodebuddy-docker:latest

Documentation

Please have a look at the documentation, for more information on how to install and use the docker image.

Architectures

The architectures supported by this image are:

Architecture Tag
x86-64 latest
arm64 arm64v8-latest
armhf arm32v7-latest

Developer image

If you would like to use the unstable channel, which includes all commits and might be more up to date than the release, use the following command:

docker pull f0rc3/barcodebuddy-docker:latest-dev

The architectures supported by this image are:

Architecture Tag
x86-64 latest-dev
arm64 arm64v8-latest-dev
armhf arm32v7-latest-dev

To build from scratch

Latest release

docker build --no-cache --pull -t forceu/barcodebuddy-docker .

Latest commit (unstable)

docker build --no-cache --pull -t forceu/barcodebuddy-docker-dev -f Dockerfile.dev .

Additional Information

Websockets

In the current version, the websockets are only used for internal communication. Everything will work out of the box.

Exposed Ports

  • 80: HTTP
  • 443: HTTPS

Misc

The docker images build are based on Alpine, with an extremely low footprint (about 70MB in total).

Contributors

License

The MIT License (MIT)

Based on: https:/linuxserver/docker-grocy

Donations

As with all Free software, the power is less in the finances and more in the collective efforts. I really appreciate every pull request and bug report offered up by BarcodeBuddy's users, so please keep that stuff coming. If however, you're not one for coding/design/documentation, and would like to contribute financially, you can do so with the link below. Every help is very much appreciated!

paypal LiberaPay

About

Docker image for BarcodeBuddy

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 50.6%
  • Dockerfile 49.4%