diff --git a/config/pathfinder/pathfinder.ini b/config/pathfinder/pathfinder.ini index 0500cf5..af81077 100644 --- a/config/pathfinder/pathfinder.ini +++ b/config/pathfinder/pathfinder.ini @@ -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 diff --git a/docker-compose.yml b/docker-compose.yml index 25d4a9c..9a89797 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/pathfinder b/pathfinder index 450fc64..5aa8cfe 160000 --- a/pathfinder +++ b/pathfinder @@ -1 +1 @@ -Subproject commit 450fc640f05e8d30e585519b65bc6f4a0eeef4dc +Subproject commit 5aa8cfed3273676c956615873d914c1e888546c3