chore: makefile compose arguements fix#2
This commit is contained in:
parent
3da897da27
commit
51031134e7
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user