docker-compose-local.yml 186 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 version: '2' services: mpog-gestaoriscos-bd: container_name: mpog-gestaoriscos-bd build: . ports: - "5432:5432" volumes: - ./data:/var/lib/postgresql/data