Skip to content

Commit

Permalink
Cache
Browse files Browse the repository at this point in the history
  • Loading branch information
JobDoesburg committed Apr 10, 2024
1 parent a459d9b commit daf873c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ services:
- yivi
volumes:
- media:/media
- cache:/app/cache
environment:
POSTGRES_USER: tosti
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand Down Expand Up @@ -82,6 +83,7 @@ services:
- yivi
volumes:
- media:/media
- cache:/app/cache
environment:
POSTGRES_USER: tosti
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD}
Expand All @@ -99,3 +101,4 @@ networks:
volumes:
db-data:
media:
cache:

0 comments on commit daf873c

Please sign in to comment.