misc: codebase path cleanup
This commit is contained in:
@@ -10,7 +10,7 @@ services:
|
||||
- MYSQL_ROOT_PASSWORD=rootpass
|
||||
- MYSQL_DATABASE=lambdaiot
|
||||
volumes:
|
||||
- ../ai-improved.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
- ./sql-template.sql:/docker-entrypoint-initdb.d/init.sql
|
||||
healthcheck:
|
||||
test: ["CMD", "mysqladmin", "ping", "-h", "localhost", "-u", "root", "-prootpass"]
|
||||
interval: 2s
|
||||
|
||||
Reference in New Issue
Block a user