Skip to content

Commit

Permalink
chore(docker-compose.yml): core no longer interacts with repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
stakach authored Nov 15, 2024
1 parent 68f637d commit b20d009
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ volumes:
nginx-data:
postgres-data:
redis-data:
core-repositories:
core-drivers:
www:
minio:
Expand Down Expand Up @@ -165,9 +164,6 @@ services:
- redis
- postgres
volumes:
- type: volume
source: core-repositories
target: /app/repositories/
- type: volume
source: core-drivers
target: /app/bin/drivers/
Expand Down

0 comments on commit b20d009

Please sign in to comment.