You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm in a project where they alredy have docker-compose.yml file for production enviorement.
So I tried to rename de docker-compose.yml created by sail, and start sail with:
sail -f docker-compose-sail.yml up
The project starts just fine, but I lose a lot of interesting features. For example I cannot do sail npm mysql and directly access the mysql container. I still can access it through docker commands.
I think it would be interesting to have a option to specify the docker file you want to use. Either as a .env value or as a inline command option.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I'm in a project where they alredy have docker-compose.yml file for production enviorement.
So I tried to rename de docker-compose.yml created by sail, and start sail with:
sail -f docker-compose-sail.yml up
The project starts just fine, but I lose a lot of interesting features. For example I cannot do
sail npm mysql
and directly access the mysql container. I still can access it through docker commands.I think it would be interesting to have a option to specify the docker file you want to use. Either as a .env value or as a inline command option.
Beta Was this translation helpful? Give feedback.
All reactions