volumes: warehouse-accounting-postgres-data: name: warehouse-accounting-postgres-data driver: local services: postgres: image: postgres:17.4-alpine container_name: warehouse-accounting-postgres environment: - POSTGRES_PASSWORD=postgres ports: - 5432:5432 volumes: - warehouse-accounting-postgres-data:/var/lib/postgresql/data