Skip to content

Commit

Permalink
#344 - add volume for storage (#345)
Browse files Browse the repository at this point in the history
- add volume for storage
  • Loading branch information
Blusia authored Sep 5, 2024
1 parent d49f449 commit cce2865
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions environment/prod/deployment/beta/docker-compose.beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ volumes:
name: blumilk-website-beta-pgsql-data
blumilk-website-beta-redis-data:
name: blumilk-website-beta-redis-data
blumilk-website-beta-storage-data:
name: blumilk-website-beta-storage-data

services:
blumilk-website-beta-app:
Expand Down Expand Up @@ -41,6 +43,7 @@ services:
working_dir: /application
volumes:
- ./.env:/application/.env:ro
- blumilk-website-beta-storage-data:/application/storage
networks:
- blumilk-website-beta
- traefik-proxy
Expand Down

0 comments on commit cce2865

Please sign in to comment.