This repository has been archived on 2022-07-24. You can view files and clone it, but cannot push or open issues or pull requests.
itconfig/examples/diesel/docker-compose.example.yml

11 lines
191 B
YAML
Raw Permalink Normal View History

2019-12-29 01:11:34 +03:00
version: '3'
services:
postgresql:
image: postgres:11-alpine
ports:
- 5534:5432
environment:
POSTGRES_PASSWORD: test
POSTGRES_USER: user
POSTGRES_DB: db