Loading deploy/docker-compose.dev.yml +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ version: '3.5' services: api: ports: - target: ${MICROSERVICE_PORT} published: ${MICROSERVICE_PORT} mode: host deploy: resources: limits: Loading Loading
deploy/docker-compose.dev.yml +4 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,10 @@ version: '3.5' services: api: ports: - target: ${MICROSERVICE_PORT} published: ${MICROSERVICE_PORT} mode: host deploy: resources: limits: Loading