Files
2023-08-10 09:20:52 +02:00

8 lines
127 B
YAML

services:
postgres:
image: 'postgres:14'
environment:
- 'POSTGRES_PASSWORD=password'
ports:
- '5432'