Skip to content

Commit 69e812d

Browse files
committed
rdrf #2260 yarn cache folder in docker compose
1 parent e2985ec commit 69e812d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker-compose.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ services:
4444
command: "watch"
4545
working_dir: /app/rdrf/rdrf/frontend
4646
environment:
47-
YARN_CACHE_FOLDER: /opt/yarn_cache
47+
YARN_CACHE_FOLDER: /data/yarn_cache
4848
volumes:
49-
- ./yarn_cache:/opt/yarn_cache
49+
- ./yarn_cache:/data/yarn_cache
5050
volumes_from:
5151
- datadev
5252

@@ -57,6 +57,8 @@ services:
5757
environment:
5858
- DJANGO_FIXTURES=dev
5959
- DESIGN_MODE=1
60+
- SYSTEM_ROLE=CIC_DEV
61+
- PROMS_SECRET_TOKEN=xxxxxxxxxxxxxxxxxxxx
6062
volumes_from:
6163
- datadev
6264
ports:

0 commit comments

Comments
 (0)