mirror of
https://github.com/fhswf/aki_prj23_transparenzregister.git
synced 2025-07-29 02:11:02 +02:00
10 lines
164 B
YAML
10 lines
164 B
YAML
version: '3.8'
|
|
services:
|
|
postgres:
|
|
image: postgres
|
|
restart: always
|
|
environment:
|
|
POSTGRES_PASSWORD: postgres
|
|
ports:
|
|
- 5432:5432
|