Browse Source

update the typo3 volume mapping

Olivier Massot 2 years ago
parent
commit
746adf9926
1 changed files with 1 additions and 6 deletions
  1. 1 6
      docker-compose.yml

+ 1 - 6
docker-compose.yml

@@ -351,12 +351,7 @@ services:
           - docker.sub.opentalent.fr
           - docker.sub.customdomain.fr
     volumes:
-      - ./apps/ot_typo3/ot_admin:/var/opentalent/git/ot_typo3/ot_admin:cached
-      - ./apps/ot_typo3/ot_connect:/var/opentalent/git/ot_typo3/ot_connect:cached
-      - ./apps/ot_typo3/ot_core:/var/opentalent/git/ot_typo3/ot_core:cached
-      - ./apps/ot_typo3/ot_optimizer:/var/opentalent/git/ot_typo3/ot_optimizer:cached
-      - ./apps/ot_typo3/ot_stats:/var/opentalent/git/ot_typo3/ot_stats:cached
-      - ./apps/ot_typo3/ot_templating:/var/opentalent/git/ot_typo3/ot_templating:cached
+      - ./apps/ot_typo3:/var/opentalent/git/ot_typo3:cached
       - ./apps/ot_typo3/docker/typo3:/var/www/typo3:cached
     environment:
       - VIRTUAL_HOST=${TYPO3_VIRTUAL_HOST}