Where can I get feedback on my Docker Compose files?

0
0
Asked By MellowCedar42 On

I've spent most of the day rebuilding my Traefik-related Compose files and would really appreciate a review for mistakes, improvements, or cleaner configuration choices. What's a good place to share Compose files and get constructive feedback? I'm happy to use a paste service or code repository if that makes reviewing them easier.

3 Answers

Answered By QuietRaccoon7 On

You can upload the files to a paste service and share the link here. Anyone interested can review them, while people who aren’t interested can simply skip the post. Just remove any secrets, passwords, tokens, or other sensitive values first.

MellowCedar42 -

Would sharing Compose files and related configuration this way be okay here?

Answered By BrightOtter63 On

An AI assistant can provide a quick first pass for syntax issues, common mistakes, and possible improvements. I’d still have experienced users review anything involving Traefik, networking, or security, since automated suggestions can miss important context.

Answered By CopperLynx18 On

A public code repository is another good option, especially if there are multiple files or you want to track changes. Post the repository link along with a short explanation of what you’re unsure about so people know what to focus on.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.