Skip to content

Commit

Permalink
remove volumes
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfgebhardt committed Mar 6, 2024
1 parent d02da2c commit 4acf606
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.override.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ services:
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine
- presenter_node_modules:/app/node_modules
#- presenter_node_modules:/app/node_modules
# bind the local folder to the docker to allow live reload
- ./presenter:/app

Expand All @@ -45,7 +45,7 @@ services:
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine
- presenter_storybook_node_modules:/app/node_modules
#- presenter_storybook_node_modules:/app/node_modules
# bind the local folder to the docker to allow live reload
- ./presenter:/app

Expand All @@ -65,7 +65,7 @@ services:
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine
- presenter_documentation_node_modules:/app/node_modules
#- presenter_documentation_node_modules:/app/node_modules
# bind the local folder to the docker to allow live reload
- ./presenter:/app

Expand All @@ -83,7 +83,7 @@ services:
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine
- backend_node_modules:/server/node_modules
#- backend_node_modules:/server/node_modules
# bind the local folder to the docker to allow live reload
- ./backend:/server

Expand All @@ -103,7 +103,7 @@ services:
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine
- backend_documentation_node_modules:/app/node_modules
#- backend_documentation_node_modules:/app/node_modules
# bind the local folder to the docker to allow live reload
- ./backend:/server

Expand All @@ -122,7 +122,7 @@ services:
volumes:
# This makes sure the docker container has its own node modules.
# Therefore it is possible to have a different node version on the host machine
- documentation_node_modules:/app/node_modules
#- documentation_node_modules:/app/node_modules
# bind the local folder to the docker to allow live reload
- ./:/app

Expand Down

0 comments on commit 4acf606

Please sign in to comment.