rust-postgres/docker-compose.yml

11 lines
222 B
YAML
Raw Normal View History

2017-07-09 02:40:03 +00:00
version: '2'
services:
postgres:
image: postgres:14
2017-07-09 02:40:03 +00:00
ports:
- 5433:5433
volumes:
- ./docker/sql_setup.sh:/docker-entrypoint-initdb.d/sql_setup.sh
environment:
POSTGRES_PASSWORD: postgres