version: '3' services: postgresql: image: postgres volumes: - db-data:/var/lib/postgresql/data ports: - "5432:5432" volumes: db-data: driver: local