We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 856235c commit 8634641Copy full SHA for 8634641
1 file changed
config/environments/production.rb
@@ -22,6 +22,9 @@
22
'prostaff.gg',
23
'www.prostaff.gg',
24
ENV.fetch('APP_HOST', nil),
25
+ # Internal service names: prostaff-events Reconciler calls the API using the
26
+ # Docker Compose service hostname (e.g. "api" or "api:3000") at boot time.
27
+ /\Aapi(:\d+)?\z/,
28
# Internal IPs: Docker bridge, Coolify overlay, localhost — used by health check probes
29
/\A(localhost|127\.0\.0\.1|10\.\d+\.\d+\.\d+|172\.(1[6-9]|2\d|3[01])\.\d+\.\d+)(:\d+)?\z/
30
].compact
0 commit comments