Maescool / docker-Cloudlog

Dockerized Cloudlog amateur radio logging application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerfile for Cloudlog

Take note, the docker-compose script is an example script for running this on localhost.

If you want to use this in production you need to use this behind an ssl enabled proxy (like docker-letsencrypt-nginx-proxy-companion) and remove the port from the compose file.

running

docker-compose

Copy docker.app.sample.env to docker.app.env and edit where needed Like WEB_BASE_URL

Copy docker.db.sample.env to docker.db.env and change the passwords before running the first time, to make sure your setup is secure.

make the storage directory:

mkdir -p storage/{backup,logs,updates,uploads}

to start: docker-compose up -d

About

Dockerized Cloudlog amateur radio logging application


Languages

Language:Shell 76.6%Language:Dockerfile 23.4%