services:
  web:
    environment:
      DEBUG: "true"
  db:
    ports:
      - "5433:5432"
