chore(docker): remove unused media-data volume from services

The `media-data` volume was unused and has been removed to simplify the configuration. This helps reduce potential confusion and unused clutter in the `docker-compose.yml` file.
This commit is contained in:
Egor Pavlovich Gorbunov 2026-03-03 15:18:11 +03:00
parent b77c2ec547
commit 29347d1cbc

View file

@ -130,7 +130,6 @@ services:
restart: always restart: always
volumes: volumes:
- .:/app - .:/app
- media-data:/app/media
env_file: env_file:
- .env - .env
environment: environment:
@ -159,7 +158,6 @@ services:
restart: always restart: always
volumes: volumes:
- .:/app - .:/app
- media-data:/app/media
env_file: env_file:
- .env - .env
environment: environment:
@ -188,7 +186,6 @@ services:
restart: always restart: always
volumes: volumes:
- .:/app - .:/app
- media-data:/app/media
env_file: env_file:
- .env - .env
environment: environment: