Files
arbeitszeitmessung/example.atlas.hcl

11 lines
331 B
HCL

# The "dev" environment represents our local testings.
env "local" {
url = "postgres://user:password@:5432/database?search_path=public&sslmode=disable"
migration {
dir = "file://migrations"
format = golang-migrate
}
dev = "docker://postgres/16/dev?search_path=public"
src = "file://DB/initdb/01_schema.sql"
}