feat: Add Docker Compose configuration for local development environment.
This commit is contained in:
parent
3c351b2f56
commit
f689894de5
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