krisz 5ced510699
All checks were successful
Portainer Stack Update / update_stack (push) Successful in 15s
add Immich photo management services and HAProxy configuration to docker-compose.yml
2025-08-19 15:31:19 +02:00

22 lines
354 B
INI

global
log stdout format raw local0 debug
user root
group root
daemon
defaults
log global
mode tcp
option tcplog
option dontlognull
timeout connect 5000
timeout client 50000
timeout server 50000
listen redis
bind *:6379
server redis services_redis:6379
listen database
bind *:5432
server database database_postgres:5432