Skip to content

Commit

Permalink
Remove references to "plugins" volume in production docker-compose fi…
Browse files Browse the repository at this point in the history
…le (#3406)
  • Loading branch information
SchrodingersGat authored Jul 26, 2022
1 parent b98ae25 commit 622c063
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docker/production/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ services:
volumes:
# Data volume must map to /home/inventree/data
- inventree_data:/home/inventree/data
- inventree_plugins:/home/inventree/InvenTree/plugins
restart: unless-stopped

# Background worker process handles long-running or periodic tasks
Expand All @@ -101,7 +100,6 @@ services:
volumes:
# Data volume must map to /home/inventree/data
- inventree_data:/home/inventree/data
- inventree_plugins:/home/inventree/InvenTree/plugins
restart: unless-stopped

# nginx acts as a reverse proxy
Expand Down Expand Up @@ -136,10 +134,3 @@ volumes:
o: bind
# This directory specified where InvenTree data are stored "outside" the docker containers
device: ${INVENTREE_EXT_VOLUME:?You must specify the 'INVENTREE_EXT_VOLUME' variable in the .env file!}
inventree_plugins:
driver: local
driver_opts:
type: none
o: bind
# This directory specified where the optional local plugin directory is stored "outside" the docker containers
device: ${INVENTREE_EXT_PLUGINS:-./}

0 comments on commit 622c063

Please sign in to comment.