This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:::::::::::::::: | |
:: 1. Keep this file at the same folder where extract-iso is present | |
:: 2. Keep the iso file in the same folder too | |
:: 3. ./run.bat | |
:: 4. Select the iso to convert | |
:::::::::::::::: | |
@echo off | |
setlocal enabledelayedexpansion |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '2' | |
services: | |
cluster_master: | |
image: 'bitnami/postgresql:latest' | |
networks: | |
- cluster_network | |
ports: | |
- '5432' | |
volumes: |