updates pathfinder.ini for connection counting
This commit is contained in:
parent
72706ce454
commit
74bf4c10fa
3 changed files with 19 additions and 10 deletions
|
|
@ -395,3 +395,15 @@ GIT_HUB = https://api.github.com
|
|||
; Syntax: 0 | 1
|
||||
; Default: 0
|
||||
PERSISTENT_DB_CONNECTIONS = 1
|
||||
|
||||
[PATHFINDER.SYSTEMTAG]
|
||||
; Systemtag status
|
||||
; If enabled new systems will be tagged using the defined style
|
||||
; Syntax: 0 | 1
|
||||
; Default: 0
|
||||
STATUS = 1
|
||||
|
||||
; Naming scheme to use
|
||||
; Syntax: String
|
||||
; Default: countConnections
|
||||
STYLE = countConnections
|
||||
|
|
|
|||
|
|
@ -46,15 +46,11 @@ services:
|
|||
build: '.'
|
||||
env_file:
|
||||
- .env
|
||||
labels:
|
||||
caddy: map.goryn.wtf
|
||||
caddy.reverse_proxy: "{{upstreams 80}}"
|
||||
networks:
|
||||
- pf
|
||||
- caddy
|
||||
# ports:
|
||||
# - 80:80
|
||||
# - 8030:8030
|
||||
- web
|
||||
ports:
|
||||
- 80:80
|
||||
healthcheck:
|
||||
disable: true
|
||||
volumes:
|
||||
|
|
@ -68,9 +64,10 @@ services:
|
|||
restart: always
|
||||
|
||||
volumes:
|
||||
data:
|
||||
db_data:
|
||||
redis_data:
|
||||
networks:
|
||||
pf:
|
||||
caddy:
|
||||
|
||||
web:
|
||||
external: true
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 450fc640f05e8d30e585519b65bc6f4a0eeef4dc
|
||||
Subproject commit 5aa8cfed3273676c956615873d914c1e888546c3
|
||||
Loading…
Add table
Add a link
Reference in a new issue