version: "3"
services:
  api:
    build: .
    environment:
      - ONS_API_URL=https://ons-connector-hml-4yyh5fptba-uc.a.run.app/v1
      - API_01CM_URL=https://api-01cm-qa-4yyh5fptba-uc.a.run.app
      - API_01CM_USER=cristiano.lemos@somma-it.com
      - API_01CM_PASSWORD=@Somma123
      - PG_HOST=34.31.229.93
      - PG_PORT=5432
      - PG_USERNAME=postgres
      - PG_PASSWORD=6[b(<ID~Z6$`o:++
      - PG_DATABASE=eust
      - LOGGING_LEVEL=info
      - MAX_ALLOWED_COMBINATIONS=50
    ports:
      - "3000:3000"
    deploy:
      resources:
        limits:
          cpus: '1.0'
          memory: 2G
