add users table migrations. Need to install goose into migrator
This commit is contained in:
@@ -30,7 +30,6 @@ services:
|
||||
- .env
|
||||
ports:
|
||||
- "${MIGRATOR_PORT}:${MIGRATOR_PORT}"
|
||||
command: "goose -dir ./migratios postgres 'user=postgres dbname=postgres sslmode=disable' up"
|
||||
|
||||
volumes:
|
||||
postgres-db:
|
||||
Reference in New Issue
Block a user