- postgres run command: sudo docker run --name postgres_oplus -e POSTGRES_USER=oplus -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
- postgres://oplus:password@localhost/oplus?sslmode=disable
- migrate create -seq -ext=.sql -dir=./migrations
- migrate -path=./migrations -database=$OPLUS_DB_DSN up | or
- migrate -path=./migrations -database=postgres://oplus:password@localhost/oplus?sslmode=disable up
-
Notifications
You must be signed in to change notification settings - Fork 0
abbasimo/oplus
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A simple software for managing operation team such as health check, monitoring, sending sms, and managing application change.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published