chore: makefile compose arguements fix#2

This commit is contained in:
Ward Truyen 2024-09-21 17:19:47 +02:00
parent 3da897da27
commit 51031134e7

View File

@ -16,6 +16,7 @@ services:
tdsfront:
build: front
container_name: tds-web
restart: always
labels:
- "traefik.http.routers.tdsfront.rule=Host(`tds.truyen.network`) && PathPrefix(`/`)"
- "traefik.http.routers.tdsfront.entrypoints=websecure"
@ -26,6 +27,7 @@ services:
tdsback:
build: back
container_name: tds-api
restart: always
depends_on:
- tdsdb
labels: