Skip to content

Commit

Permalink
OPSEXP-3109 Drop unused named volumes in compose (#1305)
Browse files Browse the repository at this point in the history
  • Loading branch information
gionn authored Mar 3, 2025
1 parent 262a817 commit 8388fef
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 25 deletions.
5 changes: 0 additions & 5 deletions docker-compose/7.2.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,8 +336,3 @@ services:
- "traefik.http.middlewares.syncservice.replacepathregex.regex=^/syncservice/(.*)"
- "traefik.http.middlewares.syncservice.replacepathregex.replacement=/alfresco/$$1"
- "traefik.http.routers.syncservice.middlewares=syncservice@docker"
volumes:
shared-file-store-volume:
driver_opts:
type: tmpfs
device: tmpfs
5 changes: 0 additions & 5 deletions docker-compose/7.3.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,3 @@ services:
- "traefik.http.middlewares.syncservice.replacepathregex.regex=^/syncservice/(.*)"
- "traefik.http.middlewares.syncservice.replacepathregex.replacement=/alfresco/$$1"
- "traefik.http.routers.syncservice.middlewares=syncservice@docker"
volumes:
shared-file-store-volume:
driver_opts:
type: tmpfs
device: tmpfs
5 changes: 0 additions & 5 deletions docker-compose/7.4.N-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,3 @@ services:
- "traefik.http.middlewares.syncservice.replacepathregex.regex=^/syncservice/(.*)"
- "traefik.http.middlewares.syncservice.replacepathregex.replacement=/alfresco/$$1"
- "traefik.http.routers.syncservice.middlewares=syncservice@docker"
volumes:
shared-file-store-volume:
driver_opts:
type: tmpfs
device: tmpfs
5 changes: 0 additions & 5 deletions docker-compose/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,3 @@ services:
- "traefik.http.middlewares.syncservice.replacepathregex.regex=^/syncservice/(.*)"
- "traefik.http.middlewares.syncservice.replacepathregex.replacement=/alfresco/$$1"
- "traefik.http.routers.syncservice.middlewares=syncservice@docker"
volumes:
shared-file-store-volume:
driver_opts:
type: tmpfs
device: tmpfs
5 changes: 0 additions & 5 deletions docker-compose/pre-release-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,3 @@ services:
- "traefik.http.middlewares.syncservice.replacepathregex.regex=^/syncservice/(.*)"
- "traefik.http.middlewares.syncservice.replacepathregex.replacement=/alfresco/$$1"
- "traefik.http.routers.syncservice.middlewares=syncservice@docker"
volumes:
shared-file-store-volume:
driver_opts:
type: tmpfs
device: tmpfs

0 comments on commit 8388fef

Please sign in to comment.