Skip to content

Commit

Permalink
fix: docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 27, 2023
1 parent 1cebf8f commit 9777d26
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ services:
image: torrust-index:release
tty: true
environment:
- TORRUST_INDEX_CONFIG=${TORRUST_TRACKER_CONFIG}
- TORRUST_INDEX_DATABASE_DRIVER=${TORRUST_TRACKER_DATABASE_DRIVER:-sqlite3}
- TORRUST_INDEX_CONFIG=${TORRUST_INDEX_CONFIG}
- TORRUST_INDEX_DATABASE_DRIVER=${TORRUST_INDEX_DATABASE_DRIVER:-sqlite3}
- TORRUST_INDEX_TRACKER_API_TOKEN=${TORRUST_INDEX_TRACKER_API_TOKEN:-MyAccessToken}
networks:
- server_side
ports:
- 3001:3001
volumes:
- ./storage/tracker/lib:/var/lib/torrust/index:Z
- ./storage/tracker/log:/var/log/torrust/index:Z
- ./storage/tracker/etc:/etc/torrust/index:Z
- ./storage/index/lib:/var/lib/torrust/index:Z
- ./storage/index/log:/var/log/torrust/index:Z
- ./storage/index/etc:/etc/torrust/index:Z
depends_on:
- tracker
- mailcatcher
Expand Down

0 comments on commit 9777d26

Please sign in to comment.