Skip to content

Commit

Permalink
chore: create temp volume for es logs
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael0202 committed Dec 13, 2024
1 parent cc23950 commit 5268911
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,13 +169,16 @@ services:
mem_limit: 15g
volumes:
- es-data:/usr/share/elasticsearch/data
- es-logs:/usr/share/elasticsearch/logs
- elasticsearch_tmp:/tmp

volumes:
postgres-data:
name: ${COMPOSE_PROJECT_NAME:-robotoff}_postgres-data
es-data:
name: ${COMPOSE_PROJECT_NAME:-robotoff}_es-data
es-logs:
name: ${COMPOSE_PROJECT_NAME:-robotoff}_es-logs
redis-data:
name: ${COMPOSE_PROJECT_NAME:-robotoff}_redis-data
backup:
Expand Down

0 comments on commit 5268911

Please sign in to comment.