Skip to content

Dockerized Astral, an open source application that allows you to organize your GitHub Stars.

Notifications You must be signed in to change notification settings

StormyWarrior8/DockerizedAstral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerlized Astral

Astral, an open source application that allows you to organize your GitHub Stars with ease. Astral can be used with free hosted version or self hosted instance. However, a dockerlized Astral is not provided so I create this project to share my Astral dockerfile.


Installation

Prerequisites

Modification

  • Modify .env file with your Github App ID/Secret/Callback URI.
  • Modify docker-compose.yml with your mysql data path.

Run

  • Run docker-compose build to build your Astral image.
  • Run dokcer-compose up -d to have your Astral service dockerlized!

Note

  • My docker-compose.yml is configured to map Caddy port to 8180 on host so I can use my Nginx to proxy all request with HTTPS. You should modify it based on your demand.
  • You may delete all generated intermediate image with command docker image prune.

About

Dockerized Astral, an open source application that allows you to organize your GitHub Stars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published