updates pathfinder.ini for connection counting
This commit is contained in:
parent
72706ce454
commit
74bf4c10fa
3 changed files with 19 additions and 10 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue