Skip to content

Commit

Permalink
feat: remix-ide
Browse files Browse the repository at this point in the history
  • Loading branch information
jjeejj committed Jul 25, 2024
1 parent bfecfca commit 0b35799
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@
## goproxy.io Go 代理

[docker-compose](./goproxy.io/docker-compose.yaml)

## Web3

[remix-ide](./remix/docker-compose.yaml)
18 changes: 18 additions & 0 deletions remix/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3.7"
x-project-base:
&project-base
restart: always
networks:
- remixide

networks:
remixide:

services:
remixide:
<<: *project-base
image: remixproject/remix-ide
container_name: remixide
ports:
- 8881:80
- 65520:65520

0 comments on commit 0b35799

Please sign in to comment.