Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Docker-compose?

Featured Replies

Is there a way to use docker-compose on an Unraid appliance? I have a docker-compose.yml file that I'd like to migrate from another device. Is there a way to do that? Thanks.

  • Author

I might have answered my own question. Looks like it IS possible. This article assumes you are starting from scratch but I have a bunch of ready-made `docker-compose.yml` files, so this might work well for me.

Using docker compose on Unraid

You can run docker-compose via docker. Put this in your /boot/config/go file to create an alias docker-compose that downloads docker-compose and run it in docker. The benefit is that it's always running the latest version, so you don't even need to update it.

 

alias docker-compose="docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v '$PWD:$PWD' \
    -w='$PWD' \
    docker/compose:latest"

 

21 minutes ago, paaland said:

You can run docker-compose via docker. Put this in your /boot/config/go file to create an alias docker-compose that downloads docker-compose and run it in docker. The benefit is that it's always running the latest version, so you don't even need to update it.

 

alias docker-compose="docker run --rm \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -v '$PWD:$PWD' \
    -w='$PWD' \
    docker/compose:latest"

 

Right on with that. Your method is definitely different from what I've been doing, so I'll need to look into that. I've been using docker-compose for a while now, I had a desire to get Spaghetti Detective running, and now I have that and TeslaMate running using docker-compose. I've been running both of these for six months or so, and actually the documentation from The Spaghetti Detective github was super helpful in getting things setup.

 

This was very helpful for me @Tim Long

https://github.com/TheSpaghettiDetective/TheSpaghettiDetective/blob/master/docs/unraid_guide.md

Edited by daldridge

  • 11 months later...

There is a plugin in CA for docker compose as well. I use it and the docker folder plugin. They work well together as you can put all the docker images created by compose into a folder to keep things tidy.

Edited by bobbintb

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.