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