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.yml
T
Markus Ritberger cf61e0d7da initial commit
2018-06-24 21:16:26 +02:00

6 lines
79 B
YAML

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