Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: mysql:5.7
environment:
MYSQL_ROOT_PASSWORD: root
MYSQL_DATABASE: students_db
MYSQL_DATABASE: attendance_db
ports:
- "3306:3306"
networks:
Expand All @@ -25,7 +25,7 @@ services:
DB_HOST: db
DB_USER: root
DB_PASSWORD: root
DB_NAME: students_db
DB_NAME: attendance_db
restart: on-failure

cadvisor:
Expand Down Expand Up @@ -96,4 +96,4 @@ services:

networks:
observability:
driver: bridge
driver: bridge