Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Oct 13, 2024
2 parents 83a8883 + 7ef934c commit b69386c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 FlipperLP
Copyright (c) 2024 FlipperLP

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
11 changes: 6 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 @@ -66,11 +65,13 @@ services:
driver: "json-file"
options:
max-size: "1G"
networks:
- default
- grafana_exposed

# networks:
# default:
# external:
# name: nginx_backend
networks:
grafana_exposed:
external: true

volumes:
db_data:
Expand Down

0 comments on commit b69386c

Please sign in to comment.