mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-17 09:59:10 +00:00
feat: start basis of new web ui system on CRA
This commit is contained in:
parent
40f577d01d
commit
38ee680a33
43 changed files with 465 additions and 174 deletions
|
@ -2,20 +2,13 @@
|
|||
version: '3.8'
|
||||
|
||||
services:
|
||||
worker:
|
||||
dev:
|
||||
image: node:14
|
||||
volumes:
|
||||
- '.:/src'
|
||||
ports:
|
||||
- 6609:6609
|
||||
working_dir: /src
|
||||
command: yarn worker
|
||||
|
||||
ui:
|
||||
image: node:14
|
||||
volumes:
|
||||
- '.:/src'
|
||||
ports:
|
||||
- 6601:6601
|
||||
- 6006:6006
|
||||
working_dir: /src
|
||||
command: yarn ui
|
||||
command: yarn start
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue