inmanis/docker-compose.yml
Yann Esposito (Yogsototh) 40dbdfb240
2021 out of the grave
2021-07-27 00:03:32 +02:00

11 lines
227 B
YAML

version: '2'
services:
postgresql-dev:
image: postgres:10.3
restart: always
environment:
- POSTGRES_USER=inmanis
- POSTGRES_PASSWORD=inmanis
- POSTGRES_DB=inmanis
ports:
- "15433:5432"