File size: 221 Bytes
a2399ed
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
services:
  postgres:
    container_name: postgres
    image: postgres
    environment:
      - POSTGRES_USER=postgres
      - POSTGRES_PASSWORD=password
      - POSTGRES_DB=qobiltu
    ports:
      - 5432:5432