This repository has been archived on 2022-08-27. You can view files and clone it, but cannot push or open issues or pull requests.
docker-templates/satellite
Hoang Nguyen da9b5325ff
Final adjustments
2022-08-27 12:58:43 +07:00
..
satellite@2e806d27c1 Add files 2021-11-27 09:30:00 +07:00
README.md Add files 2021-11-27 09:30:00 +07:00
config.toml Add files 2021-11-27 09:30:00 +07:00
docker-compose.yml Final adjustments 2022-08-27 12:58:43 +07:00

README.md

Satellite + 🐳

Introduction

This repository holds docker template for Satellite (an easy to use Gemini server). Satellite already provides Dockerfile, so I only create docker-compose.yml for easier build + deployment.

Deployment

You should change the domain name in config.toml, as well as Docker's volume paths, opened port (default is 1965).

The Dockerfile uses UID=1000, so assure your normal user has the same UID.

  • Clone this repository
  • Change directory into it and do git submodule update --init
  • cp config.toml satellite/config/ && chmod 700 satellite/config
  • docker-compose up -d
  • Wait for Satellite to build
  • Profit