| .github | ||
| .husky | ||
| src | ||
| .commitlintrc.js | ||
| .gitignore | ||
| .nvmrc | ||
| .releaserc.json | ||
| .renovaterc.json | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
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
secrets
-
postgres-backup_dbThe database names that are to be backed up.
-
postgres_dbThe database's name.
-
postgres_passwordThe database default user's password.
-
postgres_userThe database default user's name.
-
traefik_cf-dns-api-tokenThe DNS provider's DNS API token.
-
traefik_cf-zone-api-tokenThe DNS provider's zone API token.
services
-
adminerYou 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-exampleYou can access the main project at app.localhost.
-
postgresYou can access the database via
adminer. -
postgres_backupBackup service for
postgres. -
traefikYou 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