Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit e431ee6

Browse files
committed
Add basic docker compose file for testing environment
1 parent 590433e commit e431ee6

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docker-compose.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: "3.9"
2+
services:
3+
osmosis:
4+
image: "confio/osmosis-ci:9.0.0"
5+
ports:
6+
- "26653:26657"
7+
user: root
8+
volumes:
9+
- ${PWD}/docker/osmosis/template:/template
10+
wasmd:
11+
image: "confio/wasm-ci:0.27.0"
12+
ports:
13+
- "26659:26657"
14+
user: root
15+
volumes:
16+
- ${PWD}/docker/wasmd/template:/template

0 commit comments

Comments
 (0)