docker-compose.yml 224 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 version: "3.9" services: master: image: postgres:15 restart: always environment: POSTGRES_PASSWORD: password POSTGRES_DB: data_service POSTGRES_USER: postgres ports: - "5432:5432"