mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 12:33:03 +00:00
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
global
|
|
log stdout format raw local0 debug
|
|
|
|
defaults
|
|
mode tcp
|
|
log global
|
|
|
|
frontend "${APP}"
|
|
mode tcp
|
|
bind *:"${PORT}" name "${APP}"
|
|
default_backend "${APP}"
|
|
|
|
backend "${APP}"
|
|
mode tcp
|
|
server "${APP}" "${APP}":"${PRIVATE_PORT}" check
|