experimenter/docker-compose-legacy.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

20 строки
567 B
YAML
Исходник Обычный вид История

version: "3"
services:
yarn-legacy:
image: experimenter:dev
env_file: .env
tty: true
volumes:
- ./experimenter:/experimenter
- media_volume:/experimenter/experimenter/media
- /experimenter/experimenter/legacy/legacy-ui/core/.cache/
- /experimenter/experimenter/legacy/legacy-ui/core/node_modules/
- /experimenter/experimenter/nimbus-ui/node_modules/
- /experimenter/experimenter/served/
- /experimenter/node_modules/
command: bash -c "yarn workspace @experimenter/core watch"
volumes:
media_volume: