Skip to content

Run the Cloudlog ham radio web logger as a docker container

Notifications You must be signed in to change notification settings

ruilvo/cloudlog-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloudlog on Docker

Prepare the file:

cp prod.sample.env prod.env
nano prod.env

And edit the CLOUDLOG_URL, MYSQL_ROOT_PASSWORD, and MYSQL_PASSWORD environment variables.

Pull up the server:

docker compose up -d --build

And then complete the installation as usual, by visiting http://<your_host>/install.

The database hostname will be db, the user will be cloudloguser, the database will be cloudlogdb, and you can just leave the "Directory" option blank. The password for the database will be the value of MYSQL_PASSWORD, not MYSQL_ROOT_PASSWORD.

Don't forget the after-installation account:

Demo User Account

    Username: m0abc
    Password: demo

Create your own administrator account, and delete this default account ASAP!

To pull down the server:

docker compose down

To gain terminal access:

docker compose exec cloudlog bash

About

Run the Cloudlog ham radio web logger as a docker container

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published