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:
parent
a4c8184fcd
commit
71a9721464
|
@ -19,7 +19,7 @@ services:
|
||||||
context: ./docker/sia
|
context: ./docker/sia
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
args:
|
args:
|
||||||
branch: v1.5.5
|
branch: portal-latest
|
||||||
container_name: sia
|
container_name: sia
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
@ -82,16 +82,17 @@ services:
|
||||||
- sia
|
- sia
|
||||||
- health-check
|
- health-check
|
||||||
- handshake-api
|
- handshake-api
|
||||||
|
- website
|
||||||
|
|
||||||
webapp:
|
website:
|
||||||
build:
|
build:
|
||||||
context: ./packages/webapp
|
context: ./packages/website
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
container_name: webapp
|
container_name: website
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
volumes:
|
env_file:
|
||||||
- ./docker/data/webapp/.cache:/usr/app/.cache
|
- .env
|
||||||
networks:
|
networks:
|
||||||
shared:
|
shared:
|
||||||
ipv4_address: 10.10.10.35
|
ipv4_address: 10.10.10.35
|
||||||
|
|
Reference in New Issue