Skip to content

Commit

Permalink
fix: #no-ref modify docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KalomeBDS committed Apr 3, 2024
1 parent 2037061 commit b88dd10
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
version: "3.8"

volumes:
prometheus_data: {}
grafana_data: {}

services:
web:
build: .
Expand Down Expand Up @@ -27,21 +31,4 @@ services:
- 3000:3000
volumes:
- grafana_data:/var/lib/grafana

volumes:
prometheus_data:
driver: local
driver_opts:
o: bind
type: none
device: ./prometheus_data
grafana_data:
driver: local
driver_opts:
o: bind
type: none
device: ./grafana_data

networks:
default:
name: hello_fastapi
- ./grafana/provisioning/:/etc/grafana/provisioning/

0 comments on commit b88dd10

Please sign in to comment.