File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ services:
3030 context : ..
3131 dockerfile : ./docker/Dockerfile
3232 args :
33- RELEASE_VERSION : 9.0 .2
33+ RELEASE_VERSION : 9.3 .2
3434 links :
3535 - db:database
3636 environment :
@@ -49,7 +49,7 @@ services:
4949 context : ..
5050 dockerfile : ./docker/Dockerfile
5151 args :
52- RELEASE_VERSION : 9.0 .2
52+ RELEASE_VERSION : 9.3 .2
5353
5454 visualizer :
5555 extends :
Original file line number Diff line number Diff line change @@ -2,10 +2,12 @@ version: '3.9'
22
33services :
44 frontend :
5- image : ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-latest }
5+ image : ghcr.io/blockscout/frontend:${FRONTEND_DOCKER_TAG:-v1.37.0 }
66 pull_policy : always
77 platform : linux/amd64
88 restart : always
99 container_name : ' frontend'
1010 env_file :
11- - ../envs/common-frontend.env
11+ - ../envs/common-frontend.env
12+ ports :
13+ - 3000:3000
You can’t perform that action at this time.
0 commit comments