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:
parent
aabd8b18b4
commit
b77c2ec547
1 changed files with 0 additions and 4 deletions
|
|
@ -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:
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue