1
0
forked from PGL/Clyde
Files
Clyde/backend/compose.yaml
2024-02-27 19:15:36 +01:00

10 lines
191 B
YAML

services:
postgres:
image: 'postgres:latest'
environment:
- 'POSTGRES_DB=clyde'
- 'POSTGRES_USER=devel'
- 'POSTGRES_PASSWORD=devel'
ports:
- '5432:5432'