add users table migrations. Need to install goose into migrator

This commit is contained in:
valitovgaziz
2024-08-08 16:15:40 +05:00
parent 260a01b27c
commit f9a7615801
5 changed files with 11 additions and 7 deletions
-1
View File
@@ -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: