This commit is contained in:
parent
76545cd1ac
commit
4251f29a17
|
@ -2,8 +2,6 @@ version: '3.7'
|
|||
services:
|
||||
front:
|
||||
image: registry.verdnatura.es/salix-front:${VERSION:?}
|
||||
tags:
|
||||
- "${BRANCH_NAME:?}"
|
||||
build:
|
||||
context: .
|
||||
dockerfile: front/Dockerfile
|
||||
|
@ -19,8 +17,6 @@ services:
|
|||
memory: 1G
|
||||
back:
|
||||
image: registry.verdnatura.es/salix-back:${VERSION:?}
|
||||
tags:
|
||||
- "${BRANCH_NAME:?}"
|
||||
build: .
|
||||
ports:
|
||||
- 3000
|
||||
|
|
Loading…
Reference in New Issue