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

@ -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