This repository has been archived on 2026-03-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
softwareengineering-2-modar.../compose_db_dev.yml

10 lines
No EOL
203 B
YAML

services:
database:
image: postgres:17-alpine
container_name: swe2-db
ports:
- "5432:5432"
environment:
POSTGRES_DB: swe2
POSTGRES_USER: hm
POSTGRES_PASSWORD: hm