File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed
Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff 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 )
Original file line number Diff line number Diff line change 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 }
Original file line number Diff line number Diff line change 2929
3030create " root"
3131create " 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"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ secrets:
1515 file : ./secrets/postgres/user.secret
1616services :
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
You can’t perform that action at this time.
0 commit comments