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