Files
ArtisanConnectBackend/compose.yaml
2025-03-27 09:30:16 +01:00

10 lines
199 B
YAML

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