Fix: Label para Relacion Paquete Repositorio
This commit is contained in:
@@ -23,6 +23,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Backend/Dockerfile
|
dockerfile: Backend/Dockerfile
|
||||||
|
labels:
|
||||||
|
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
|
||||||
ports:
|
ports:
|
||||||
- "5000:8080"
|
- "5000:8080"
|
||||||
environment:
|
environment:
|
||||||
@@ -40,6 +42,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: ./Frontend
|
context: ./Frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
labels:
|
||||||
|
- "org.opencontainers.image.source=https://repo.eldiaservicios.com/dmolinari/PruebaGentle"
|
||||||
ports:
|
ports:
|
||||||
- "8181:80"
|
- "8181:80"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
|||||||
Reference in New Issue
Block a user