This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/docker-compose-dev.yml
2018-07-22 23:01:10 +02:00

6 lines
79 B
YAML

version: '3'
services:
db:
build: postgres
ports:
- "5434:5432"