P
Postiz2mo ago
Support

Ticket: Proxy Configuration Issue in Docker Compose

@Paulpatou Just created a ticket
Question: I've deployed Postiz via docker-compose, and the app launches fine, but when I need to contact the Internet I use proxies, which I've tried to set as an environment variable, as I usually do for the other apps I host. But it doesn't work, I get this error: ostiz | 2024-12-26 13:21:49,992 INFO success: backend entered RUNNING state, process has stayed up for > than 10 seconds (startsecs) postiz | node:internal/deps/undici/undici:13178 postiz | Error.captureStackTrace(err); postiz | ^ postiz | postiz | TypeError: fetch failed postiz | at node:internal/deps/undici/undici:13178:13 postiz | at process.processTicksAndRejections (node:internal/process/task_queues:95:5) postiz | at async RedditProvider.fetch (/app/dist/apps/backend/main.js:3924:25) postiz | at async RedditProvider.authenticate (/app/dist/apps/backend/main.js:4388:114) postiz | at async /app/dist/apps/backend/main.js:18118:26 { postiz | [cause]: Error: getaddrinfo EAI_AGAIN www.reddit.com postiz | at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) { postiz | errno: -3001, postiz | code: 'EAI_AGAIN', postiz | syscall: 'getaddrinfo', postiz | hostname: 'www.reddit.com'
Attempted: HTTP_PROXY: http://IP:PORT HTTPS_PROXY: http://IP:PORT
Working On: Ubuntu_20
Using Postiz On: Docker-compose
Take it from here @Postiz
1 Reply
Support
SupportOP2mo ago
Hi @Paulpatou this thread is closed for now, please open a new one if you need more help

Did you find this page helpful?