Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The Docker stack configuration for [localhost](https://localhost/).

This project is deployed in accordance to the [DargStack template](https://github.com/dargmuesli/dargstack_template/) to make deployment a breeze. It is closely related to [dargstack-example's source code](https://github.com/dargmuesli/dargstack-example/).
This project is deployed in accordance to the [DargStack template](https://github.com/dargstack/dargstack_template/) to make deployment a breeze. It is closely related to [dargstack-example's source code](https://github.com/dargstack/dargstack-example/).

## Table of Contents

Expand Down Expand Up @@ -80,7 +80,7 @@ This project is deployed in accordance to the [DargStack template](https://githu

- ### `traefik_certs-dumper` ![production](https://img.shields.io/badge/-production-informational.svg?style=flat-square)

See [DargStack: certificates](https://github.com/dargmuesli/dargstack/blob/master/README-skeleton.md#certificates).
See [DargStack: certificates](https://github.com/dargstack/dargstack/blob/master/README-skeleton.md#certificates).


## volumes
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "2.3.7",
"scheduleVersion": "2.3.7",
"description": "Basic stack configuration to see what DargStack is meant for.",
"repository": "https://github.com/dargmuesli/dargstack-example_stack.git",
"repository": "https://github.com/dargstack/dargstack-example_stack.git",
"author": "Jonas Thelemann <e-mail@jonas-thelemann.de>",
"license": "GPL-3.0-only",
"type": "module",
Expand All @@ -18,8 +18,8 @@
"devDependencies": {
"@commitlint/cli": "17.5.0",
"@commitlint/config-conventional": "17.4.4",
"dargstack": "2.1.0",
"dargstack_rgen": "0.8.9",
"dargstack": "2.2.0",
"dargstack_rgen": "0.9.0",
"husky": "8.0.3",
"shx": "0.3.4"
}
Expand Down
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/development/stack.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# localhost
# https://localhost/
# dargstack-example
# https://github.com/dargmuesli/dargstack-example/
# https://github.com/dargstack/dargstack-example/
---
secrets:
postgres_db:
Expand Down Expand Up @@ -56,7 +56,7 @@ services:
- traefik.http.routers.dargstack-example_secure_nuxt.rule=Host(`${STACK_DOMAIN}`, `www.${STACK_DOMAIN}`) #DARGSTACK-REMOVE
- traefik.http.services.dargstack-example.loadbalancer.server.port=3000 #DARGSTACK-REMOVE
- traefik.http.services.dargstack-example_secure_nuxt.loadbalancer.server.port=24678 #DARGSTACK-REMOVE
image: dargmuesli/dargstack-example:dev
image: dargstack/dargstack-example:dev
user: node:node
volumes:
- ${PNPM_STORE_DIR}:/srv/.pnpm-store/
Expand Down
2 changes: 1 addition & 1 deletion src/production/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ services:
- traefik_cf-dns-api-token
- traefik_cf-zone-api-token
traefik_certs-dumper:
# See [DargStack: certificates](https://github.com/dargmuesli/dargstack/blob/master/README-skeleton.md#certificates).
# See [DargStack: certificates](https://github.com/dargstack/dargstack/blob/master/README-skeleton.md#certificates).
command:
- file
- --clean=false
Expand Down