Skip to content
This repository has been archived by the owner on Oct 11, 2019. It is now read-only.

dargmuesli/randomwinpicker_stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

randomwinpicker Stack

The Docker stack configuration for randomwinpicker.jonas-thelemann.de.

This project is deployed in accordance to the DargStack template to make deployment a breeze. It is closely related to randomwinpicker's source code.

Table of Contents

  1. Secrets
  2. Services
  3. Volumes

Secrets

  • postgres_db: the database's name.

  • postgres_password: the database's password.

  • postgres_user: the database's default name.

Services

  • adminer

    You can access the database's frontend at adminer.randomwinpicker.test. This information is required for login:

    System PostgreSQL
    Server postgres
    Username [postgres_user]
    Password [postgres_password]
    Database [postgres_db]

    Values in square brackets are Docker secrets.

  • postgres

    You can access the database via adminer.

  • randomwinpicker

    You can access the main project at randomwinpicker.test.

  • traefik

    You can access the reverse proxy's dashboard at traefik.randomwinpicker.test. Traefik enables HTTPS for all services and acts as a load-balancer too.

  • traefik_certs-dumper production

    See DargStack template: certificates.

Volumes

  • postgres-data: the database's data.

Releases

No releases published

Packages

No packages published