File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ services:
56
56
- PGPASSWORD=password
57
57
- PYTHONPATH=.
58
58
- ITOU_LOG_LEVEL=DEBUG
59
- - ITOU_CACHE =/app/.cache
59
+ - XDG_CACHE_HOME =/app/.cache
60
60
- CELLAR_ADDON_HOST=minio:${MINIO_PORT_ON_DOCKER_HOST:-9000}
61
61
- VIRTUAL_ENV=/app/.venv-docker
62
62
- REDIS_URL=redis://redis:6379
@@ -73,6 +73,7 @@ services:
73
73
volumes :
74
74
# Mount the current directory into `/app` inside the running container.
75
75
- .:/app
76
+ - itou_cache:/app/.cache
76
77
restart : unless-stopped
77
78
ports :
78
79
- " 127.0.0.1:${DJANGO_PORT_ON_DOCKER_HOST:-8000}:8000"
@@ -86,3 +87,4 @@ services:
86
87
volumes :
87
88
postgres_data :
88
89
itou_minio :
90
+ itou_cache :
Original file line number Diff line number Diff line change @@ -56,3 +56,4 @@ ENTRYPOINT ["/entrypoint.sh"]
56
56
# Don't use root as default user
57
57
USER $APP_USER
58
58
WORKDIR $APP_DIR
59
+ RUN mkdir -p .cache
You can’t perform that action at this time.
0 commit comments