version: '3.1'

services:

  db:
    ports:
      - 5432:5432
    build:
      context: .
      dockerfile: Dockerfile
    restart: always