chore(docker): remove unused volumes from docker-compose.yml

Cleaned up `static-data` and `media-data` volumes as they are no longer in use, simplifying the configuration.
This commit is contained in:
Egor Pavlovich Gorbunov 2026-03-03 15:10:11 +03:00
parent aabd8b18b4
commit b77c2ec547

View file

@ -13,8 +13,6 @@ services:
restart: always restart: always
volumes: volumes:
- .:/app - .:/app
- static-data:/app/static
- media-data:/app/media
ports: ports:
- "8000:8000" - "8000:8000"
env_file: env_file:
@ -225,5 +223,3 @@ volumes:
redis-data: redis-data:
es-data: es-data:
prometheus-data: prometheus-data:
static-data:
media-data: