fix: refs #5483 compose fixes
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Juan Ferrer 2024-01-30 21:05:59 +01:00
parent 76545cd1ac
commit 4251f29a17
1 changed files with 0 additions and 4 deletions

View File

@ -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