add reset password

This commit is contained in:
Le Viet
2022-03-09 17:46:51 +07:00
parent 5a22668153
commit d04fd654eb
31 changed files with 539 additions and 9563 deletions
+8
View File
@@ -0,0 +1,8 @@
# docker-compose.override.yml
version: "3"
services:
app:
env_file: .env
volumes:
- .:/home/app/
- /home/app/node_modules