Compose fixes
gitea/salix/test There was a failure building this commit
Details
gitea/salix/test There was a failure building this commit
Details
This commit is contained in:
parent
b98b947b63
commit
eb9e622b72
|
@ -11,10 +11,6 @@ services:
|
|||
replicas: 3
|
||||
back:
|
||||
image: registry.verdnatura.es/salix-back:${TAG}
|
||||
restart_policy:
|
||||
condition: on-failure
|
||||
delay: 5s
|
||||
max_attempts: 3
|
||||
build: .
|
||||
ports:
|
||||
- ${PORT_BACK}:3000
|
||||
|
@ -40,8 +36,6 @@ configs:
|
|||
salix_print:
|
||||
external: true
|
||||
salix-branch_datasources:
|
||||
external:
|
||||
name: salix-${BRANCH_NAME}_datasources
|
||||
name: salix-${BRANCH_NAME}_datasources
|
||||
salix-branch_print:
|
||||
external:
|
||||
name: salix-${BRANCH_NAME}_print
|
||||
name: salix-${BRANCH_NAME}_print
|
||||
|
|
Loading…
Reference in New Issue