mirror of
https://github.com/dargstack/dargstack_template.git
synced 2025-12-08 17:10:39 +01:00
A template for Docker stack project layouts.
https://github.com/dargstack/dargstack
| .config | ||
| .github | ||
| .husky | ||
| .vscode | ||
| src | ||
| .commitlintrc.json | ||
| .gitignore | ||
| .nvmrc | ||
| CHANGELOG.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| README.md | ||
| renovate.json | ||
dargstack_template
The Docker stack configuration for <project_name>.tld.
This project is deployed in accordance to the DargStack template to make deployment a breeze. It is closely related to <project_name>'s source code.
Table of Contents
configs
-
<project_config_name>The main project's configuration file.
secrets
-
<project_secret_name>The main project's secret.
services
-
<project_name>You can access the main project at <project_name>.test.
volumes
-
<project_volume_name>The main project's data.