7299_testToMaster #351

Merged
alexm merged 321 commits from 7299_testToMaster into master 2024-05-07 05:36:02 +00:00
1 changed files with 15 additions and 15 deletions
Showing only changes of commit 643e068863 - Show all commits

View File

@ -1,17 +1,17 @@
version: '3.7' version: '3.7'
services: services:
main: main:
image: registry.verdnatura.es/salix-frontend:${BRANCH_NAME:?} image: registry.verdnatura.es/salix-frontend:${BRANCH_NAME:?}
build: build:
context: . context: .
dockerfile: ./Dockerfile dockerfile: ./Dockerfile
ports: ports:
- 4000 - 4000
deploy: deploy:
replicas: ${FRONT_REPLICAS:?} replicas: ${FRONT_REPLICAS:?}
placement: placement:
constraints: constraints:
- node.role == worker - node.role == worker
resources: resources:
limits: limits:
memory: 1G memory: 1G