9 lines
190 B
YAML
9 lines
190 B
YAML
version: "3.2"
|
|
|
|
services:
|
|
osmosis-front-end:
|
|
image: cerc/osmosis-front-end:local
|
|
restart: always
|
|
ports:
|
|
- "3002:3002" #TODO make `3000` when using the deployment feature
|