feat: Add Docker Compose configuration for the frontend learner application.

This commit is contained in:
supalerk-ar66 2026-02-05 14:44:43 +07:00
parent 5e996b708b
commit 61e5fe6337

View file

@ -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