mirror of
https://github.com/kemko/paperclip.git
synced 2026-01-01 16:05:40 +03:00
13 lines
245 B
YAML
13 lines
245 B
YAML
version: '3.6'
|
|
|
|
services:
|
|
postgres:
|
|
image: postgres:12-alpine
|
|
environment:
|
|
POSTGRES_DB: paperclip_test
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: ""
|
|
POSTGRES_HOST_AUTH_METHOD: trust
|
|
ports:
|
|
- 5432:5432
|