Skip to content

Commit

Permalink
add grafana network and remove version tag
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip authored Oct 11, 2024
1 parent 4e044a5 commit 2b225d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.3'
services:
app:
build:
Expand Down Expand Up @@ -65,11 +64,12 @@ services:
driver: "json-file"
options:
max-size: "1G"
networks:
- default
- grafana

# networks:
# default:
# external:
# name: nginx_backend
networks:
grafana:

volumes:
db_data:
Expand Down

0 comments on commit 2b225d8

Please sign in to comment.