Skip to content

Repository files navigation

Live Amateur Radio Information

This project hosts a set of Bootstrap page using Nginx in a Docker container.

Band information for the UK coming from Ofcom.

https://www.ofcom.org.uk/siteassets/resources/documents/spectrum/emf/emf-amateur-licence-terms-and-conditions.pdf?v=368354

To view this running please pop over to amatureradio.26580.co.uk

Getting Started

Prerequisites

  • Docker

Docker commands

Build and test

docker build -t neonsunset/amateurradioinformation

Port 80 (default for the internet)

  • docker container run -d -p 80:80 neonsunset/amateurradioinformation:latest
  • To test the port 80 Go to http://localhost

Build for the Raspbery Pi (pi 5) also.

  • docker buildx build --platform linux/amd64,linux/arm64 -t neonsunset/amateurradioinformation .

Multi platform build & push to hub

  • docker buildx build --platform linux/amd64,linux/arm64 -t neonsunset/amateurradioinformation . --push

Local deployment using the docker-compose.yml file

  • docker compose up

or runing

  • docker stop amateurradioinformation
  • docker rm amateurradioinformation
  • docker run -d --name amateurradioinformation --restart always -p 80:80 neonsunset/amateurradioinformation:latest

docker stop amateurradioinformation docker rm amateurradioinformation docker run -d --name amateurradioinformation --restart always -p 80:9000 neonsunset/amateurradioinformation:latest

Please change the port as needed.

Docker Hub Location

To see the output on docker hub please go to:

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages