Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Explain how to point to stand-alone Sia node #1437

Open
mrcnski opened this issue Dec 8, 2021 · 0 comments
Open

Explain how to point to stand-alone Sia node #1437

mrcnski opened this issue Dec 8, 2021 · 0 comments
Assignees
Labels
portal-ux Portal setup/operation UX

Comments

@mrcnski
Copy link
Contributor

mrcnski commented Dec 8, 2021

Overview

I didn't see this in the docs and it's very helpful. However the actual method of doing this is (for me) a total black box.

Design or Proposal

From @ro-tex on Discord:

What you want to do is create a file called docker-compose.override.yml in the main project dir and have this in it:

version: "3.7"

services:
  sia:
    profiles:
      - donotstart

you can actually override anything you want, so mine starts like this:

version: "3.7"

services:

  sia:
    build:
      args:
        branch: master
    volumes:
      - /Users/inovakov/sia_data:/sia-data
    profiles:
      - donotstart

This allows me to point the sia service to the same directory where my stand-alone sia node is keeping its data. I just make sure I'm only running one of them at a time.

@mrcnski mrcnski added the portal-ux Portal setup/operation UX label Dec 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
portal-ux Portal setup/operation UX
Projects
None yet
Development

No branches or pull requests

3 participants