Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

la5nta/pat-docker

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run Pat with Docker Compose

The purpose of this repository is to serve as a building block for a containerized Winlink station, deployed using Docker Compose.

The primary benefit of such a deployment is the packaging and isolation of required software components, so they can run independent of the host's operating system and system libraries. Docker Compose also handles orchestration, making it easier to control the life-cycle of the applications.

Available services

Requirements

  • Docker + Docker Compose
  • Linux is recommended when using software modems

Quick start guide

Starting and stopping services

# Start Pat and ARDOP (in detached/background mode)
docker-compose up -d pat ardop

# Stream log output of all running containers
docker-compose logs -f

# Print status of all running/stopped containers
docker-compose ps -a

# Stop running containers
docker-compose stop

Run docker-compose help for more details.

Updating images (app installations)

# Pull hosted images (i.e. Pat)
docker-compose pull

# Re-build unhosted images (from source)
docker-compose build

Configuration

The most convenient method to configure Pat is though the web gui. For more advanced configuration, edit docker-compose.yml to suite your needs. You'll probably need to change DEVNAME to specify which soundcard to use with ardopc/direwolf/vara.

The compose file also provides an example for rigctld, configured in Pat as a rig named "dummy". You'll probably want to rename it, change the command arguments to match your hardware, and add a devices section to mount the correct tty device.

About

Run a containerized Winlink station with Pat and Docker Compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.