prod: hot fixes

This commit is contained in:
ZhymabekRoman 2024-10-29 15:22:40 +05:00
parent 71faa02d6b
commit 40527c2b04
2 changed files with 11 additions and 9 deletions

View file

@ -1,5 +1,5 @@
(common) {
tls internal
# tls internal
encode gzip
header -Server
@ -214,7 +214,7 @@
lb_try_interval 1s
}
plausible.freedium.local {
plausible.freedium.local, :6753 {
import common
reverse_proxy freedium_plausible:8000 {
@ -223,11 +223,11 @@ plausible.freedium.local {
}
}
freedium.local {
freedium.local, :6752 {
import common
reverse_proxy freedium_web:7080 {
import header_up
import lb_try
}
}
}

View file

@ -12,9 +12,11 @@ services:
freedium_local_net:
ipv4_address: 177.28.0.5
freedium_net:
caddy_freedium_net: # caddy_net:
ports:
- "80:6752"
caddy_freedium_net:
caddy_net:
# ports:
# - "6752:6752"
# - "6753:6753"
# - "80:80"
# - "443:443"
volumes:
@ -66,8 +68,8 @@ volumes:
networks:
# caddy_net:
# external: true
caddy_net:
external: true
freedium_net:
caddy_freedium_net:
freedium_local_net: