This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
1 changed files with
3 additions and
2 deletions
|
|
|
@ -16,10 +16,11 @@ networks:
|
|
|
|
|
services:
|
|
|
|
|
sia:
|
|
|
|
|
build:
|
|
|
|
|
context: ./docker/sia
|
|
|
|
|
dockerfile: Dockerfile
|
|
|
|
|
context: https://github.com/SkynetLabs/docker-skyd.git#main
|
|
|
|
|
dockerfile: scratch/Dockerfile
|
|
|
|
|
args:
|
|
|
|
|
branch: portal-latest
|
|
|
|
|
command: --disable-api-security --api-addr :9980 --modules gtcwra
|
|
|
|
|
container_name: sia
|
|
|
|
|
restart: unless-stopped
|
|
|
|
|
stop_grace_period: 5m
|
|
|
|
|