feat: Implement course instructor management UI with search, add, set primary, and remove instructor capabilities.
This commit is contained in:
parent
7ad15778e6
commit
5b1af9d43b
5 changed files with 27 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ services:
|
|||
- apparmor=unconfined
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- NUXT_PUBLIC_API_BASE_URL=${NUXT_PUBLIC_API_BASE_URL:-http://localhost:4000/api}
|
||||
- NUXT_PUBLIC_API_BASE_URL=${NUXT_PUBLIC_API_BASE_URL:-http://localhost:4000}
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: [ "CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3001" ]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue