Skip to content

Commit

Permalink
Mount full storage db to backend container
Browse files Browse the repository at this point in the history
  • Loading branch information
d0rich authored Nov 4, 2023
1 parent 9b4251a commit a07480d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ton-drive-backend/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- "3333:3333"
- "5555:5555"
volumes:
- .docker-volumes/ton-storage:/usr/ton-storage/storage-db/:rw
- .docker-volumes/ton-storage/:/usr/ton-storage/storage-db/:rw
- .docker-volumes/upload:/usr/src/app/.upload/:ro
networks:
- web
Expand All @@ -16,7 +16,7 @@ services:
dockerfile: ./Dockerfile
restart: always
volumes:
- .docker-volumes/ton-storage/cli-keys/:/usr/ton-storage/storage-db/cli-keys/:ro
- .docker-volumes/ton-storage/:/usr/ton-storage/storage-db/:ro
- .docker-volumes/upload/:/usr/src/app/.upload/:rw
environment:
TON_STORAGE_HOST: storage
Expand Down

0 comments on commit a07480d

Please sign in to comment.