version: '2.1' services: app: image: api-parametros-staging:v2.1 container_name: api-parametros-staging build: context: . dockerfile: Dockerfile.staging ports: - "3001:3001" volumes: - .:/app