version: '2' services: postgres: image: postgres restart: always environment: POSTGRES_USER: nextauth POSTGRES_PASSWORD: password POSTGRES_DB: nextauth