Nolan81 Posted June 12 Share Posted June 12 (edited) Hi. Right now I spotted that a lot of time I spend changing something about how to launch a project with docker. I use Yii2 Framework . It gives a lot of misleading configs, part of them outdated, docs are wrong sometimes. I am backend developer, but for this I need to dive into docker and webserver configs Say there is a team around some web project. This project has backend, frontend, api. Who in this team is usually responsible for such work? Devops if there is one? And if there is no devops, then it should be senior backend developer of who? Say I am a new person to project, I clone it, see docker config there, and no instruction, run docker compose build/up and it does not result in working example. Whose fault is this? Edited June 12 by Nolan81 Quote Link to comment https://forums.phpfreaks.com/topic/321594-who-is-responsible-to-configure-docker/ Share on other sites More sharing options...
requinix Posted June 12 Share Posted June 12 Totally depends on the organization. Generally, though, individual teams are going to be responsible for their own projects. Quote Link to comment https://forums.phpfreaks.com/topic/321594-who-is-responsible-to-configure-docker/#findComment-1627611 Share on other sites More sharing options...
Solution gizmola Posted June 13 Solution Share Posted June 13 I would say that usually there is a team lead who set up the development environment, sometimes working with devops if there is internal infrastructure being supplied. These days with people using dotenv files for many things, you typically will need to create the dotenv files the project needs and in some cases set values that work for your local dev environment. I will typically create some template files with the variables needed and perhaps some examples, but before the containerized env works, some files have to be copied to the right dotenv file, and some config will probably have to be done before things will actually work. Then beyond that, if there's a database, there might be fixtures that have to be run to setup database values. Ideally people put the information you need into the README.md for the project, but as we all know, documenting things is often not considered a priority. Quote Link to comment https://forums.phpfreaks.com/topic/321594-who-is-responsible-to-configure-docker/#findComment-1627784 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.