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

We will override that with `portal-latest` on all portals.
This commit is contained in:
Ivaylo Novakov 2021-04-07 14:57:14 +02:00
parent dd12262dc5
commit 42e3df128a
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 6 additions and 7 deletions

View File

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