Skip to content

VE3LSR/docker-ircddbgateway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-ircddbgateway

Docker'd ircddbgateway

This project uses docker and docker-compose for management. https://docs.docker.com/compose/

Getting Started

Download this project and unzip it: https://github.com/VE3LSR/docker-ircddbgateway/archive/master.zip

Running

Edit the file config/ircddbgateway run docker-compose up -d to start.

Updating

Updating is as simple as docker-compose pull; docker-compose down; docker-compose up -d

Building

If you'd like to build locally, just run docker-compose build

The ircddbgatewayd binary is built using the build project and exported.

Releases

No releases published

Packages

No packages published