Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 committed Feb 19, 2024
1 parent 3fb9bd6 commit c8f9964
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ dump.rdb

**/.env
*.DS_Store
tc-ops/*
tc-ops/*

*.key
3 changes: 2 additions & 1 deletion development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ services:
restart: unless-stopped
volumes:
- ./tempo/tempo.yaml:/etc/tempo.yaml
- ./tempo-data/:/tmp/tempo
- tempo_data:/tmp/tempo
networks:
- monitoring
- production
Expand Down Expand Up @@ -644,6 +644,7 @@ volumes:
airflow_logs:
airflow_plugins:
airflow_sources:
tempo_data:

networks:
production:
Expand Down

0 comments on commit c8f9964

Please sign in to comment.