Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-du-car committed Jan 12, 2024
1 parent e34171d commit 0b51127
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions telematic_system/docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ services:
- /opt/grafana/provisioning:/home/grafana/conf/provisioning
- /home/ubuntu/.aws/credentials:/usr/share/grafana/.aws/credentials
user: "472" #grafana user id

telematic_web_server:
build:
context: "./telematic_apps/web_app/server"
Expand Down Expand Up @@ -140,10 +141,10 @@ services:
environment:
- NATS_URI=nats://localhost:4222

secrets:
mysql_password:
file: ./secrets/mysql_password.txt
mysql_root_password:
file: ./secrets/mysql_root_password.txt
volumes:
mysql-datavolume:
secrets:
mysql_password:
file: ./secrets/mysql_password.txt
mysql_root_password:
file: ./secrets/mysql_root_password.txt
volumes:
mysql-datavolume:

0 comments on commit 0b51127

Please sign in to comment.