So I have been running one docker container of home-assistant for the past 6 months. I have decided that I would like to run two now. One for development and one that is always running (stable.) When I execute docker-compose up for the dev files, it says that it is recreating the home-assistant-stable. Then it says attaching to home-assistant-dev. My stable docker container is exited with code 0. So I can only have one container of HA running at a time. I have tried the docker container create command but I cannot link it with docker-compose. Any suggestions or configuration files that I am missing?
This is my docker-compose for stable
https://hastebin.com/zaxumujeyo.rb
And this is my docker-compose for the dev container
https://hastebin.com/dibecexide.rb