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.
-
postgres_db
: the database's name. -
postgres_password
: the database's password. -
postgres_user
: the database's default name.
-
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.
-
You can access the database via
adminer
. -
You can access the main project at randomwinpicker.test.
-
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.
postgres-data
: the database's data.