First checkpoint
This commit is contained in:
parent
b08e71b3bb
commit
854ef138d0
@ -1,7 +1,12 @@
|
||||
PORT: 8080
|
||||
DB_URL: postgres://gis:gis@postgres:5432/gis?sslmode=disable
|
||||
DB_URL: postgres://gis:gis@127.0.0.1:5432/gis?sslmode=disable
|
||||
GOOSE_DBSTRING="$DB_URL"
|
||||
GOOSE_MIGRATION_DIR=migrations
|
||||
GOOSE_DRIVER=postgres
|
||||
S3_ENDPOINT: minio:9000
|
||||
S3_ACCESS_KEY: minioadmin
|
||||
S3_SECRET_KEY: minioadmin
|
||||
S3_BUCKET: geofiles
|
||||
S3_USE_SSL: "false"
|
||||
|
||||
DB_PORT=5423
|
||||
@ -25,7 +25,7 @@ services:
|
||||
POSTGRES_PASSWORD: gis
|
||||
POSTGRES_DB: gis
|
||||
ports:
|
||||
- "5432:5432"
|
||||
- "${DB_PORT:-5432}:5432"
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user