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