Compose fixes
gitea/salix/test There was a failure building this commit Details

This commit is contained in:
Juan Ferrer 2019-12-23 12:49:02 +01:00
parent b98b947b63
commit eb9e622b72
1 changed files with 2 additions and 8 deletions

View File

@ -11,10 +11,6 @@ services:
replicas: 3 replicas: 3
back: back:
image: registry.verdnatura.es/salix-back:${TAG} image: registry.verdnatura.es/salix-back:${TAG}
restart_policy:
condition: on-failure
delay: 5s
max_attempts: 3
build: . build: .
ports: ports:
- ${PORT_BACK}:3000 - ${PORT_BACK}:3000
@ -40,8 +36,6 @@ configs:
salix_print: salix_print:
external: true external: true
salix-branch_datasources: salix-branch_datasources:
external: name: salix-${BRANCH_NAME}_datasources
name: salix-${BRANCH_NAME}_datasources
salix-branch_print: salix-branch_print:
external: name: salix-${BRANCH_NAME}_print
name: salix-${BRANCH_NAME}_print