Merge pull request #2185 from SkynetLabs/karol/sky-1397-switch-to-using-docker-skyd-image-in

use skynetlabs/skyd image
This commit is contained in:
Matthew Sevey 2022-08-05 10:16:49 -04:00 committed by GitHub
commit d6a6f4f878
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -15,11 +15,11 @@ networks:
services:
sia:
build:
context: https://github.com/SkynetLabs/docker-skyd.git#main
dockerfile: scratch/Dockerfile
args:
branch: portal-latest
# uncomment "build" and comment out "image" to build from sources
# build:
# context: https://github.com/SkynetLabs/docker-skyd.git#main
# dockerfile: scratch/Dockerfile
image: skynetlabs/skyd:1.6.4
command: --disable-api-security --api-addr :9980 --modules gctwra
container_name: sia
restart: unless-stopped