Created
          April 25, 2020 10:56 
        
      - 
      
- 
        Save Humberd/00e4175fd81911dfd0fa6147d3e579a2 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or 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: '3.1' | |
| services: | |
| db: | |
| image: bitnami/postgresql:12.2.0 | |
| restart: always | |
| environment: | |
| POSTGRESQL_USERNAME: admin | |
| POSTGRESQL_PASSWORD: admin123 | |
| POSTGRESQL_DATABASE: admin | |
| ports: | |
| - 5432:5432 | |
| adminer: | |
| image: adminer | |
| restart: always | |
| ports: | |
| - 8181:8080 | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment