add ganache fixes to nodejs and yarn. update requirements.yml, add two install methods for ganache, fixes to remix
This commit is contained in:
parent
8077c51cf7
commit
6bfbc0a68a
8 changed files with 53 additions and 9 deletions
9
ansible/roles/remix/tasks/main.yml
Normal file
9
ansible/roles/remix/tasks/main.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Create remix-ide
|
||||
community.docker.docker_container:
|
||||
name: remix-ide
|
||||
image: remixproject/remix-ide
|
||||
state: started
|
||||
restart: true
|
||||
ports:
|
||||
# Publish container port 80 as host port 8080
|
||||
- "127.0.0.1:8080:80"
|
Loading…
Add table
Add a link
Reference in a new issue