updates pathfinder.ini for connection counting

This commit is contained in:
soneill 2020-10-02 10:41:49 +13:00
parent 72706ce454
commit 74bf4c10fa
3 changed files with 19 additions and 10 deletions

View file

@ -395,3 +395,15 @@ GIT_HUB = https://api.github.com
; Syntax: 0 | 1 ; Syntax: 0 | 1
; Default: 0 ; Default: 0
PERSISTENT_DB_CONNECTIONS = 1 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

View file

@ -46,15 +46,11 @@ services:
build: '.' build: '.'
env_file: env_file:
- .env - .env
labels:
caddy: map.goryn.wtf
caddy.reverse_proxy: "{{upstreams 80}}"
networks: networks:
- pf - pf
- caddy - web
# ports: ports:
# - 80:80 - 80:80
# - 8030:8030
healthcheck: healthcheck:
disable: true disable: true
volumes: volumes:
@ -68,9 +64,10 @@ services:
restart: always restart: always
volumes: volumes:
data:
db_data: db_data:
redis_data: redis_data:
networks: networks:
pf: pf:
caddy: web:
external: true

@ -1 +1 @@
Subproject commit 450fc640f05e8d30e585519b65bc6f4a0eeef4dc Subproject commit 5aa8cfed3273676c956615873d914c1e888546c3