Converted the website service project into a reusable template.
This commit is contained in:
@@ -90,9 +90,9 @@ db-shell: ## Open a SQL shell on the local database instance
|
||||
--profile database \
|
||||
exec mariadb \
|
||||
mariadb \
|
||||
--user=$(or $(DATABASE_USERNAME),loud) \
|
||||
--password=$(or $(DATABASE_PASSWORD),loud) \
|
||||
$(or $(DATABASE_NAME),loud)
|
||||
--user=$(or $(DATABASE_USERNAME),site) \
|
||||
--password=$(or $(DATABASE_PASSWORD),site) \
|
||||
$(or $(DATABASE_NAME),site)
|
||||
|
||||
.PHONY: db-unmount
|
||||
db-unmount: ## Stop and remove the local database instance (keeps the data volume)
|
||||
|
||||
Reference in New Issue
Block a user