mirror of
https://github.com/sprockets/sprockets-postgres.git
synced 2024-11-14 03:00:19 +00:00
13 lines
243 B
YAML
13 lines
243 B
YAML
version: '3.3'
|
|
services:
|
|
postgres:
|
|
image: postgres:12-alpine
|
|
environment:
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|
|
healthcheck:
|
|
test: pg_isready
|
|
interval: 30s
|
|
timeout: 10s
|
|
retries: 3
|
|
ports:
|
|
- 5432
|