add reset password
This commit is contained in:
Regular → Executable
+2
-2
@@ -3,8 +3,6 @@ version: "3"
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
volumes:
|
||||
- ./:/home/app
|
||||
depends_on:
|
||||
- postgres
|
||||
ports:
|
||||
@@ -13,6 +11,8 @@ services:
|
||||
|
||||
postgres:
|
||||
image: postgres:12.0-alpine
|
||||
volumes:
|
||||
- ./database:/var/lib/postgresql
|
||||
environment:
|
||||
POSTGRES_USER: savvy
|
||||
POSTGRES_PASSWORD: savvy001!
|
||||
|
||||
Reference in New Issue
Block a user