mraow/docker-compose.yml

11 lines
181 B
YAML
Raw Normal View History

2023-12-25 09:36:54 +00:00
version: "3.1"
services:
db:
image: postgres
ports: [5432:5432]
environment:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: mraow