* refactor: switch to yarn 3 * chore: add other os+cpu to yarn supported architectures * chore: add gitattributes * chore: add missing yarn native modules rebuild step * chore: replace npx with yarn in test_runner + update readme * chore: remove bootstrap-datepicker github dependency, use local instead
14 lines
247 B
YAML
14 lines
247 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
app:
|
|
ports:
|
|
- 'CUSTOM_PORT:8000'
|
|
volumes:
|
|
- .:/workspace
|
|
- /workspace/.parcel-cache
|
|
- /workspace/__pycache__
|
|
db:
|
|
ports:
|
|
- '3306'
|