You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
services:
|
|
bifm-bypass:
|
|
public: true
|
|
build: .
|
|
environment:
|
|
NODE_ENV: production
|
|
ports:
|
|
- 32333
|
|
resources:
|
|
requests:
|
|
cpu: 500m
|
|
memory: 1000Mi
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 2000Mi |