Skip to content

Commit

Permalink
chore(docker): updates
Browse files Browse the repository at this point in the history
  • Loading branch information
polonel committed Feb 26, 2022
1 parent cb48e79 commit 6d03354
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ services:
TRUDESK_DOCKER: "true"
TD_MONGODB_SERVER: mongo
TD_MONGODB_DATABASE: trudesk
volumes:
- trudesk_uploads:/usr/src/trudesk/public/uploads
- trudesk_backups:/usr/src/trudesk/backups
mongo:
image: mongo:5.0-focal
restart: always
Expand Down Expand Up @@ -41,5 +44,7 @@ services:
volumes:
- elasticsearch:/usr/share/elasticsearch/data
volumes:
trudesk_uploads:
trudesk_backups:
mongo:
elasticsearch:

0 comments on commit 6d03354

Please sign in to comment.