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