//randomwinpicker_stackbydargmuesli

randomwinpicker_stack

DargStack configuration for randomwinpicker.

0
0
0
Shell

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. undefinedSecretsundefined
  2. undefinedServicesundefined
  3. undefinedVolumesundefined

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.
[beta]v0.14.0