12 lines
224 B
YAML
12 lines
224 B
YAML
![]() |
version: '3.8'
|
||
|
|
||
|
services:
|
||
|
fontend:
|
||
|
image: trungnghia1996/landing_page:deploy
|
||
|
environment:
|
||
|
HOST: 0.0.0.0
|
||
|
PORT: 3000
|
||
|
NUXT_PUBLIC_BASE_URL: https://api.nguyenanh-est.com
|
||
|
ports:
|
||
|
- 3000:3000
|