Skip to content

Commit a7a698d

Browse files
committed
chore!: upgrade to dargstack v3
1 parent 50eae30 commit a7a698d

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This project is deployed in accordance to the [DargStack template](https://githu
4848

4949
- ### `adminer`
5050

51-
You can access the database's frontend at [adminer.localhost](https://adminer.localhost/).
51+
You can access the database's frontend at [adminer.app.localhost](https://adminer.app.localhost/).
5252
This information is required for login:
5353

5454
| | |
@@ -63,7 +63,7 @@ This project is deployed in accordance to the [DargStack template](https://githu
6363

6464
- ### `dargstack-example`
6565

66-
You can access the main project at [localhost](https://localhost/).
66+
You can access the main project at [app.localhost](https://app.localhost/).
6767

6868
- ### `postgres`
6969

@@ -75,7 +75,7 @@ This project is deployed in accordance to the [DargStack template](https://githu
7575

7676
- ### `traefik`
7777

78-
You can access the reverse proxy's dashboard at [traefik.localhost](https://traefik.localhost/).
78+
You can access the reverse proxy's dashboard at [traefik.app.localhost](https://traefik.app.localhost/).
7979
Traefik enables HTTPS for all services and acts as a load-balancer too.
8080

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@commitlint/cli": "20.2.0",
1919
"@commitlint/config-conventional": "20.2.0",
20-
"dargstack": "2.5.1",
20+
"dargstack": "3.0.0",
2121
"dargstack_rgen": "0.9.77",
2222
"husky": "9.1.7"
2323
}

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/development/certificates/mkcert.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ done
2929

3030
create "root"
3131
create "traefik" \
32-
`# dargstack-example` "localhost" "www.localhost" "127.0.0.1" "0.0.0.0"
32+
`# dargstack-example` "app.localhost" "www.app.localhost" "127.0.0.1" "0.0.0.0"

src/development/stack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ secrets:
1515
file: ./secrets/postgres/user.secret
1616
services:
1717
adminer:
18-
# You can access the database's frontend at [adminer.localhost](https://adminer.localhost/).
18+
# You can access the database's frontend at [adminer.app.localhost](https://adminer.app.localhost/).
1919
# This information is required for login:
2020
#
2121
# | | |
@@ -39,7 +39,7 @@ services:
3939
volumes:
4040
- ../production/configurations/adminer/adminer.css:/var/www/html/adminer.css:ro
4141
dargstack-example:
42-
# You can access the main project at [localhost](https://localhost/).
42+
# You can access the main project at [app.localhost](https://app.localhost/).
4343
deploy:
4444
labels:
4545
- traefik.enable=true
@@ -75,7 +75,7 @@ services:
7575
volumes:
7676
- postgres_data:/var/lib/postgresql/data/
7777
traefik:
78-
# You can access the reverse proxy's dashboard at [traefik.localhost](https://traefik.localhost/).
78+
# You can access the reverse proxy's dashboard at [traefik.app.localhost](https://traefik.app.localhost/).
7979
# Traefik enables HTTPS for all services and acts as a load-balancer too.
8080
command:
8181
- --api=true

0 commit comments

Comments
 (0)