chore: added image names to docker compose builds

This commit is contained in:
Ward Truyen 2024-09-26 23:50:50 +02:00
parent 25eaae83c7
commit c1118ae1f2

View File

@ -15,6 +15,7 @@ services:
tdsfront:
build: tds-front
image: tds/front
container_name: tds-web
restart: always
labels:
@ -54,6 +55,7 @@ services:
samplefamfront:
build: sample-front
image: samplefam/front
container_name: samplefam-web
restart: always
labels:
@ -66,6 +68,7 @@ services:
samplefamback:
image: tds/back
build:
context: tds-back
args:
jarargs: -Dspring.profiles.active=sample
container_name: samplefam-api