mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 01:13:22 -05:00
Make debug server port available.
This commit is contained in:
parent
162a387b01
commit
4e679adc5f
@ -8,6 +8,11 @@ services:
|
|||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
- "62260:62260"
|
- "62260:62260"
|
||||||
|
depends_on:
|
||||||
|
- webpack
|
||||||
|
links:
|
||||||
|
- redis
|
||||||
|
- db
|
||||||
volumes:
|
volumes:
|
||||||
- ./bikeshop_project:/code:rw
|
- ./bikeshop_project:/code:rw
|
||||||
volumes_from:
|
volumes_from:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user