Revert "Go back to the latest stable version of Sia as default for the docker-compose file."

This reverts commit 42e3df128a.
This commit is contained in:
Karol Wypchlo 2021-04-08 11:06:38 +02:00
parent a4c8184fcd
commit 71a9721464
1 changed files with 7 additions and 6 deletions

View File

@ -19,7 +19,7 @@ services:
context: ./docker/sia
dockerfile: Dockerfile
args:
branch: v1.5.5
branch: portal-latest
container_name: sia
restart: unless-stopped
logging: *default-logging
@ -82,16 +82,17 @@ services:
- sia
- health-check
- handshake-api
- website
webapp:
website:
build:
context: ./packages/webapp
context: ./packages/website
dockerfile: Dockerfile
container_name: webapp
container_name: website
restart: unless-stopped
logging: *default-logging
volumes:
- ./docker/data/webapp/.cache:/usr/app/.cache
env_file:
- .env
networks:
shared:
ipv4_address: 10.10.10.35