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