Basic stack configuration to see what DargStack is meant for.
Find a file
2025-12-07 22:43:22 +01:00
.github chore(deps): update dargmuesli/github-actions action to v3.2.2 2025-12-03 02:11:32 +00:00
.husky refactor(commitlint): migrate to v19 2024-02-29 01:51:56 +01:00
src chore!: upgrade to dargstack v3 2025-12-07 22:43:22 +01:00
.commitlintrc.js refactor(commitlint): migrate to v19 2024-02-29 01:51:56 +01:00
.gitignore feat!: rework for nuxt and edge deployment 2023-03-27 09:34:26 +02:00
.nvmrc chore(deps): update node.js to v24 2025-10-28 22:31:33 +00:00
.releaserc.json refactor: add configuration file ending 2025-12-07 22:38:22 +01:00
.renovaterc.json refactor: add configuration file ending 2025-12-07 22:38:22 +01:00
CHANGELOG.md chore(release): 2.3.70 [skip ci] 2025-11-15 01:52:58 +00:00
LICENSE feat!: rework for nuxt and edge deployment 2023-03-27 09:34:26 +02:00
package.json chore!: upgrade to dargstack v3 2025-12-07 22:43:22 +01:00
pnpm-lock.yaml chore!: upgrade to dargstack v3 2025-12-07 22:43:22 +01:00
README.md chore!: upgrade to dargstack v3 2025-12-07 22:43:22 +01:00

dargstack-example_stack

The Docker stack configuration for dargstack-example.jonas-thelemann.de.

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

Table of Contents

  1. secrets

  2. services

  3. volumes

secrets

  • postgres-backup_db production

    The database names that are to be backed up.

  • postgres_db

    The database's name.

  • postgres_password

    The database default user's password.

  • postgres_user

    The database default user's name.

  • traefik_cf-dns-api-token production

    The DNS provider's DNS API token.

  • traefik_cf-zone-api-token production

    The DNS provider's zone API token.

services

  • adminer

    You can access the database's frontend at adminer.app.localhost. 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.

  • dargstack-example

    You can access the main project at app.localhost.

  • postgres

    You can access the database via adminer.

  • postgres_backup production

    Backup service for postgres.

  • traefik

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

  • traefik_certs-dumper production

    See dargstack: certificates.

volumes

  • acme_data production

    The reverse proxy's certificate data.

  • postgres_data

    The database's data.