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

12 lines
192 B
YAML
Raw Normal View History

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