0 Followers
0 Following
1 Posts
I used to drive one of those in my RS, sure was fun, but those tanks were always on the nrink of falling apart.
If you want storage I would go for 3.5“ drives. Cheaper than 2.5“ and you‘ll find bigger capacities, so even with just a few slots it‘s easy to get plenty of Terrabytes.
Anyone have experience with Jonsbo?

So right now I have a single compose file with a file structure like this:

docker/ ├─ compose/ │ ├─ docker-compose.yml ├─ config/ │ ├─ service1/ │ ├─ service2/

Would you in that case use a structure like the following?

docker/ ├─ service1/ │ ├─ config/ │ ├─ docker-compose.yml ├─ service2/ │ ├─ config/ │ ├─ docker-compose.yml

Or a different folder structure?

I‘m doing my part!