feat: Add Docker Compose configuration for the frontend learner application.
This commit is contained in:
parent
5e996b708b
commit
61e5fe6337
1 changed files with 2 additions and 0 deletions
|
|
@ -10,6 +10,8 @@ services:
|
|||
- NUXT_PUBLIC_API_BASE=${NUXT_PUBLIC_API_BASE:-http://192.168.1.137:4000/api}
|
||||
# กรณีต้องการระบุ URL อื่นๆ เพิ่มเติม เช่น S3 (ถ้ามีการใช้ในอนาคต)
|
||||
- NUXT_PUBLIC_S3_ENDPOINT=${NUXT_PUBLIC_S3_ENDPOINT:-http://192.168.1.137:9000}
|
||||
security_opt:
|
||||
- apparmor=unconfined
|
||||
networks:
|
||||
- elearning-network
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue