Skip to content

procrastination-team/boombox.api

Repository files navigation

Table of contents

Environment variables

  • SERVICE_PORT - Port of api .Default: 3333

Docker

Docker build

docker build -t boombox .

Docker compose

version: '3'
services:
  boombox:
    image: boombox
    ports:
      - "3333:3333"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published