1
0
forked from PGL/Clyde
Clyde/backend/compose.yaml
Anthony Debucquoy ee37dc79a7
Fixing the CI
Moving the dev test and build to port 5442 from 5432 to avoid
conflicting with the running postgresql
2024-03-17 22:02:12 +01:00

10 lines
191 B
YAML

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